netboot.nix/config/initrd-include/bin/install.sh
2024-12-30 21:30:24 -05:00

7 lines
169 B
Bash

#!/usr/bin/env bash
echo "Installing system using disco and flake"
disko-install --disk main /dev/sda --flake ${../etc}#zabbixProxy
echo "System should be installed?"