Replace non-functioning command
This commit is contained in:
parent
8cf24cebfa
commit
db68a6e04d
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ arch-chroot "$ARCH_MOUNT_ROOT" passwd;
|
||||||
dir="$(realpath ../../..)";
|
dir="$(realpath ../../..)";
|
||||||
scriptRoot="$(realpath --relative-to "$(pwd)" "$dir")";
|
scriptRoot="$(realpath --relative-to "$(pwd)" "$dir")";
|
||||||
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
|
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;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue