Fix incorrect script path
This commit is contained in:
parent
1dd6405d4d
commit
68592f3995
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ dir="$(realpath ../../..)";
|
||||||
scriptRoot="$(realpath --relative-to "$dir" "$(pwd)")";
|
scriptRoot="$(realpath --relative-to "$dir" "$(pwd)")";
|
||||||
tempDir="/tmp/$(basename "$dir")";
|
tempDir="/tmp/$(basename "$dir")";
|
||||||
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
|
cp -r "$dir" "$ARCH_MOUNT_ROOT/tmp/";
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/GRUB/install.sh";
|
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/$scriptRoot/../../Software/Arch/GRUB/install.sh";
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue