summaryrefslogtreecommitdiffstats
path: root/ubuntu.md
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu.md')
-rw-r--r--ubuntu.md2
1 files changed, 2 insertions, 0 deletions
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-<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