fix source
This commit is contained in:
parent
a72da2d292
commit
8d82a0f39a
|
|
@ -12,7 +12,7 @@ echo -ne "
|
||||||
SCRIPTHOME: $SCRIPTHOME
|
SCRIPTHOME: $SCRIPTHOME
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
"
|
"
|
||||||
source $SCRIPTHOME/setup.conf
|
source /root/$SCRIPTHOME/setup.conf
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
Network Setup
|
Network Setup
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo -ne "
|
||||||
Installing AUR Softwares
|
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.
|
# 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 ~
|
cd ~
|
||||||
git clone "https://aur.archlinux.org/yay.git"
|
git clone "https://aur.archlinux.org/yay.git"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo -ne "
|
||||||
Final Setup and Configurations
|
Final Setup and Configurations
|
||||||
GRUB EFI Bootloader Install & Check
|
GRUB EFI Bootloader Install & Check
|
||||||
"
|
"
|
||||||
source $SCRIPTHOME/setup.conf
|
source /root/$SCRIPTHOME/setup.conf
|
||||||
if [[ -d "/sys/firmware/efi" ]]; then
|
if [[ -d "/sys/firmware/efi" ]]; then
|
||||||
grub-install --efi-directory=/boot ${DISK}
|
grub-install --efi-directory=/boot ${DISK}
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue