Add installer and uninstaller script

This commit is contained in:
2025-11-16 19:07:37 +07:00
parent fa0fce5e06
commit 4f9a72c8df
4 changed files with 107 additions and 6 deletions

View File

@@ -197,6 +197,9 @@ func createProxmoxVM(config *Config) error {
"--serial0", "socket",
"--vga", "serial0",
},
{"qm", "set", fmt.Sprintf("%d", config.VMID),
"--ipconfig0", "ip=dhcp",
},
}
// Firewall is now handled as part of the network config (buildNetworkConfig),