server fixes

This commit is contained in:
Chris Titus 2022-01-13 12:40:31 -06:00
parent aef099bfac
commit 30e5826839
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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 "
-------------------------------------------------------------------------