Fix incorrect script path

This commit is contained in:
Manuel Thalmann 2023-04-01 14:11:56 +02:00
parent cb2609ca0c
commit fb665d88ac

View file

@ -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;