diff --git a/scripts/OS/Arch/setup.sh b/scripts/OS/Arch/setup.sh index 3b45a6f5..6c333658 100755 --- a/scripts/OS/Arch/setup.sh +++ b/scripts/OS/Arch/setup.sh @@ -33,6 +33,6 @@ dir="$(realpath ../../..)"; scriptRoot="$(realpath --relative-to "$dir" "$(pwd)")"; tempDir="/tmp/$(basename "$dir")"; cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/"; -arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/GRUB/install.sh"; +arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/Arch/GRUB/install.sh"; popd > /dev/null;