fix path in script

This commit is contained in:
Richard Mauer 2024-12-31 18:38:09 -05:00
parent d64002ed00
commit b429a61f7e

View File

@ -1,7 +1,8 @@
#!/run/current-system/sw/bin/bash #!/run/current-system/sw/bin/bash
storePath=$(nix-store -q installFiles)
echo "Installing system using disco and flake" 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?" echo "System should be installed?"