Fix incorrect file paths
This commit is contained in:
parent
6b4d709110
commit
bd60293f4c
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
contextRoot="$(mktemp -d)";
|
||||
rootHome="$contextRoot/airootfs/root";
|
||||
nixDir="$contextRoot/nix/var/nix/profiles/per-user/root/channels/nixpkgs";
|
||||
root="$contextRoot/airootfs";
|
||||
rootHome="$root/root";
|
||||
nixDir="$root/nix/var/nix/profiles/per-user/root/channels/nixpkgs";
|
||||
profileDir="/mnt/archiso-valhalla";
|
||||
mkdir -p "$rootHome";
|
||||
git clone .. "$rootHome/PortValhalla";
|
||||
|
|
Loading…
Reference in a new issue