From afc64a13a319e5644cce5c72ee1bede7a7a4d69d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 27 May 2026 12:44:36 +0200 Subject: Update docs for ubuntu install --- ubuntu.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ubuntu.md') 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--iso +hostnamectl set-hostname ubuntu--iso passwd nmcli dev wifi connect password 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-`) 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- /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 password sudo apt update -- cgit v1.2.3