Replace incorrect command
This commit is contained in:
parent
60bb50d5db
commit
1dd6405d4d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ arch-chroot "$ARCH_MOUNT_ROOT" passwd;
|
|||
|
||||
dir="$(realpath ../../..)";
|
||||
scriptRoot="$(realpath --relative-to "$dir" "$(pwd)")";
|
||||
tempDir="/tmp/$(dirname "$dir")";
|
||||
tempDir="/tmp/$(basename "$dir")";
|
||||
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/GRUB/install.sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue