From 6ecbb839a61c80ed1b96705acc8cb01b7fd8fdfa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 30 Jun 2026 01:17:04 +0200 Subject: Fix calling homelab group and removing cdrom repo from liveISO --- ubuntu.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ubuntu.md') diff --git a/ubuntu.md b/ubuntu.md index 35577da..79797e2 100644 --- a/ubuntu.md +++ b/ubuntu.md @@ -19,6 +19,7 @@ hostnamectl set-hostname ubuntu--iso passwd nmcli dev wifi connect password +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 password +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 -- cgit v1.2.3