This commit is contained in:
Manuel Thalmann 2023-04-01 13:59:20 +02:00
parent 271986a16f
commit 8cf24cebfa

View file

@ -30,7 +30,7 @@ echo "Please choose a password for the user \`root\`";
arch-chroot "$ARCH_MOUNT_ROOT" passwd;
dir="$(realpath ../../..)";
scriptRoot="$(realpath --relative "$(pwd)" "$dir")";
scriptRoot="$(realpath --relative-to "$(pwd)" "$dir")";
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
arch-chroot "$ARCH_MOUNT_ROOT" . "$scriptRoot/../../Software/GRUB/install.sh";