README: USB install — open folder in file manager, no path needed

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
This commit is contained in:
Claude
2026-06-04 02:09:53 +00:00
parent d2c57b5fc6
commit 9968776813
+8 -11
View File
@@ -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