Skip to content

Instantly share code, notes, and snippets.

View RpMGrut's full-sized avatar

I_ectb_Grut RpMGrut

View GitHub Profile
@RpMGrut
RpMGrut / install.sh
Last active May 15, 2026 16:30
Cockpit + Cloud Hypervisor + VM Manager — one-shot bootstrap for Debian 13
#!/usr/bin/env bash
# install.sh - bootstrap Cockpit + VM Manager + Cloud Hypervisor on Debian 13.
# Idempotent. Re-run after a reinstall, after `apt full-upgrade`, etc.
#
# Usage:
# sudo bash install.sh # everything, hostname=ded.oqsv
# sudo HOSTNAME=server.example bash install.sh
# sudo bash install.sh --hostname srv1 --skip-images
#