fix path in script
This commit is contained in:
parent
d64002ed00
commit
b429a61f7e
@ -1,7 +1,8 @@
|
||||
#!/run/current-system/sw/bin/bash
|
||||
storePath=$(nix-store -q installFiles)
|
||||
|
||||
echo "Installing system using disco and flake"
|
||||
|
||||
disko-install --disk main /dev/sda --flake ../etc#zabbixProxy
|
||||
disko-install --disk main /dev/sda --flake $storePath/etc#zabbixProxy
|
||||
|
||||
echo "System should be installed?"
|
||||
Loading…
Reference in New Issue
Block a user