From 99687768137aa4268d37af678995d673cc63cb49 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Jun 2026 02:09:53 +0000 Subject: [PATCH] =?UTF-8?q?README:=20USB=20install=20=E2=80=94=20open=20fo?= =?UTF-8?q?lder=20in=20file=20manager,=20no=20path=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When you open the USB folder in the file manager, you're already there. Right-click → Open in Terminal → sudo bash bootstrap.sh, or double-click bootstrap.sh → Run in Terminal → sudo prompt. No /media/whoami/DRIVENAME path hunting required. https://claude.ai/code/session_017WJtGcE5jjerAQCUBWUE3H --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e843eb9..b2609fc 100644 --- a/README.md +++ b/README.md @@ -95,19 +95,16 @@ To update it later, just download the ZIP again and replace the folder. ### 2 — Run on the target machine -Plug in the USB, then find the drive name: +Plug in the USB. Open the `ubuntu-post-install-main` folder in the file manager, +then either: -```bash -ls /media/$(whoami)/ -``` +- **Right-click inside the folder → Open in Terminal**, then run: + ```bash + sudo bash bootstrap.sh + ``` -Run setup: - -```bash -sudo bash /media/$(whoami)/DRIVENAME/ubuntu-post-install-main/bootstrap.sh -``` - -Replace `DRIVENAME` with what appeared in the `ls` output. +- **Double-click `bootstrap.sh`** → click *Run in Terminal* → it prompts for + your sudo password and starts the wizard automatically. ### Notes