fix source
This commit is contained in:
parent
a72da2d292
commit
8d82a0f39a
|
|
@ -12,7 +12,7 @@ echo -ne "
|
|||
SCRIPTHOME: $SCRIPTHOME
|
||||
-------------------------------------------------------------------------
|
||||
"
|
||||
source $SCRIPTHOME/setup.conf
|
||||
source /root/$SCRIPTHOME/setup.conf
|
||||
echo -ne "
|
||||
-------------------------------------------------------------------------
|
||||
Network Setup
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue