8 lines
227 B
Bash
8 lines
227 B
Bash
#!/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 $storePath/etc#zabbixProxy
|
|
|
|
echo "System should be installed?" |