From 8d82a0f39ad6e0b2d47a4569c1aeb7eeabb628dd Mon Sep 17 00:00:00 2001 From: fenris Date: Thu, 9 Dec 2021 20:18:22 +0100 Subject: [PATCH] fix source --- 1-setup.sh | 2 +- 2-user.sh | 2 +- 3-post-setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 6c40300..f05f380 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -12,7 +12,7 @@ echo -ne " SCRIPTHOME: $SCRIPTHOME ------------------------------------------------------------------------- " -source $SCRIPTHOME/setup.conf +source /root/$SCRIPTHOME/setup.conf echo -ne " ------------------------------------------------------------------------- Network Setup diff --git a/2-user.sh b/2-user.sh index 14b62a2..417ef88 100755 --- a/2-user.sh +++ b/2-user.sh @@ -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" diff --git a/3-post-setup.sh b/3-post-setup.sh index 182de40..21b900f 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -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