diff --git a/1-setup.sh b/1-setup.sh index 14d5577..a4cf854 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -26,7 +26,7 @@ echo -ne " ------------------------------------------------------------------------- " pacman -S --noconfirm pacman-contrib curl -pacman -S --noconfirm reflector rsync +pacman -S --noconfirm reflector rsync grub cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak nc=$(grep -c ^processor /proc/cpuinfo) diff --git a/archtitus.sh b/archtitus.sh index 461a58e..c48dc75 100755 --- a/archtitus.sh +++ b/archtitus.sh @@ -2,6 +2,7 @@ # Find the name of the folder the scripts are in +setfont ter-v22b SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" echo -ne " -------------------------------------------------------------------------