Replace non-functioning command

This commit is contained in:
Manuel Thalmann 2023-04-01 14:03:08 +02:00
parent 93f199b391
commit 30483c8fc3

View file

@ -32,6 +32,6 @@ arch-chroot "$ARCH_MOUNT_ROOT" passwd;
dir="$(realpath ../../..)";
scriptRoot="$(realpath --relative-to "$(pwd)" "$dir")";
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
arch-chroot "$ARCH_MOUNT_ROOT" . "$scriptRoot/../../Software/GRUB/install.sh";
arch-chroot "$ARCH_MOUNT_ROOT" bash "$scriptRoot/../../Software/GRUB/install.sh";
popd > /dev/null;