Fix malformed command
This commit is contained in:
parent
11156c94f5
commit
2b8ccec043
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ scriptRoot="$(realpath --relative-to "$dir" "$(pwd)")";
|
|||
tempDir="/root/$(basename "$dir")";
|
||||
cp -r "$dir" "$ARCH_MOUNT_ROOT/root/";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/Arch/GRUB/install.sh";
|
||||
arch-chroot rm -rf "$tempDir";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" rm -rf "$tempDir";
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue