Update install scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0f4429037c
commit
b591b8de02
5 changed files with 4 additions and 22 deletions
6
install
6
install
|
@ -30,12 +30,13 @@ source "${INSTALL_DIR}/lib/lib.sh"
|
|||
# Configuration variables #
|
||||
###############################################################################
|
||||
HOST="$(hostname)"
|
||||
USER="$(whoami)"
|
||||
|
||||
###############################################################################
|
||||
# Installtion information #
|
||||
###############################################################################
|
||||
echo "${BOLD}Before you continue with this script make sure that:"
|
||||
echo " • The user severin is added to the sudoers file"
|
||||
echo " • The user ${USER} is added to the sudoers file"
|
||||
echo " • The multilib repository is uncommented in /etc/pacman.conf"
|
||||
echo -e " • Your SSH keys are located in ~/.ssh${RESET}\n"
|
||||
|
||||
|
@ -45,8 +46,6 @@ fi
|
|||
|
||||
source "${INSTALL_DIR}/prerequisites.sh"
|
||||
|
||||
sudo printf ""
|
||||
|
||||
source "${INSTALL_DIR}/arch.sh"
|
||||
source "${INSTALL_DIR}/rust.sh"
|
||||
source "${INSTALL_DIR}/aur.sh"
|
||||
|
@ -63,7 +62,6 @@ source "${INSTALL_DIR}/etc.sh"
|
|||
source "${INSTALL_DIR}/ntp.sh"
|
||||
source "${INSTALL_DIR}/lockscreen.sh"
|
||||
source "${INSTALL_DIR}/issue.sh"
|
||||
source "${INSTALL_DIR}/fonts.sh"
|
||||
source "${INSTALL_DIR}/shell.sh"
|
||||
|
||||
output::section "Post installation information"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue