diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-30 01:17:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-30 01:17:04 +0200 |
| commit | 6ecbb839a61c80ed1b96705acc8cb01b7fd8fdfa (patch) | |
| tree | de4e2ac18704847a42373cab68e70287b1c19316 /ubuntu.md | |
| parent | b0d4f3a693f372c0c489267cd2fc408b2acc0e00 (diff) | |
Fix calling homelab group and removing cdrom repo from liveISO
Diffstat (limited to 'ubuntu.md')
| -rw-r--r-- | ubuntu.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ hostnamectl set-hostname ubuntu-<MACHINE>-iso passwd nmcli dev wifi connect <SSID> password <PASSPHRASE> +sudo rm /etc/apt/sources.list.d/cdrom.sources sudo apt update sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server sudo systemctl restart ssh avahi-daemon @@ -45,6 +46,7 @@ ip link hostnamectl set-hostname ubuntu-macbook-iso passwd nmcli dev wifi connect <SSID> password <PASSPHRASE> +sudo rm /etc/apt/sources.list.d/cdrom.sources sudo apt update sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server sudo systemctl restart ssh avahi-daemon |
