This commit is contained in:
Manuel Thalmann 2023-04-01 13:59:20 +02:00
parent c7642ec183
commit 93f199b391

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