fix source

This commit is contained in:
fenris 2021-12-09 20:18:22 +01:00
parent a72da2d292
commit 8d82a0f39a
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ echo -ne "
SCRIPTHOME: $SCRIPTHOME
-------------------------------------------------------------------------
"
source $SCRIPTHOME/setup.conf
source /root/$SCRIPTHOME/setup.conf
echo -ne "
-------------------------------------------------------------------------
Network Setup

View File

@ -15,7 +15,7 @@ echo -ne "
Installing AUR Softwares
"
# You can solve users running this script as root with this and then doing the same for the next for statement. However I will leave this up to you.
source $SCRIPTHOME/setup.conf
source ~/$SCRIPTHOME/setup.conf
cd ~
git clone "https://aur.archlinux.org/yay.git"

View File

@ -15,7 +15,7 @@ echo -ne "
Final Setup and Configurations
GRUB EFI Bootloader Install & Check
"
source $SCRIPTHOME/setup.conf
source /root/$SCRIPTHOME/setup.conf
if [[ -d "/sys/firmware/efi" ]]; then
grub-install --efi-directory=/boot ${DISK}
fi