From 30e582683999aa59f24ccba9245ef937aa4a00f6 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 13 Jan 2022 12:40:31 -0600 Subject: [PATCH] server fixes --- 1-setup.sh | 2 +- archtitus.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 " -------------------------------------------------------------------------