summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-27 12:44:36 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-27 12:44:36 +0200
commitafc64a13a319e5644cce5c72ee1bede7a7a4d69d (patch)
tree96d179801eb2fa98b3a71c0fe8d7fb2e62f2d072
parent61a2f75da4c4a7120f29e98c8a658a67ceacadbd (diff)
Update docs for ubuntu install
-rw-r--r--ubuntu.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu.md b/ubuntu.md
index 9b7da80..35577da 100644
--- a/ubuntu.md
+++ b/ubuntu.md
@@ -16,7 +16,7 @@
**Example:**
```bash
-sudo hostnamectl set-hostname ubuntu-<MACHINE>-iso
+hostnamectl set-hostname ubuntu-<MACHINE>-iso
passwd
nmcli dev wifi connect <SSID> password <PASSPHRASE>
sudo apt update
@@ -29,8 +29,8 @@ sudo systemctl restart ssh avahi-daemon
On a machine with internet connection, download the Apple missing drivers dependencies
- Get the kernel version from the live ISO (ex. `uname -r`)
-- Use the kernel version to download dependencies (ex. `./hack/ubuntu/mac-drivers.sh 6.11.0-17-generic`)
-- Copy downloaded dependencies (in `/tmp/bcmwl-drivers`) to the USB
+- Use the distro name and kernel version to download dependencies (ex. `./hacks/ubuntu/mac-drivers.sh noble 6.11.0-17-generic`)
+- Copy downloaded dependencies (in `/tmp/bcmwl-drivers-<kernel-version>`) to the USB
On the Ubuntu Live ISO
@@ -38,11 +38,11 @@ On the Ubuntu Live ISO
sudo mkdir /media/usb
lsblk
sudo mount /dev/sdX1 /media/usb
-cp -r /media/usb/bcmwl-drivers /tmp/bcmwl
-bash /tmp/bcmwl/install-wl.sh /tmp/bcmwl
+cp -r /media/usb/bcmwl-drivers-<kernel-version> /tmp/bcmwl
+bash /tmp/bcmwl/install-wl.sh
ip link
-hostnamectl set-hostname ubuntu-macbook-iso.local
+hostnamectl set-hostname ubuntu-macbook-iso
passwd
nmcli dev wifi connect <SSID> password <PASSPHRASE>
sudo apt update