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:
@@ -95,19 +95,16 @@ To update it later, just download the ZIP again and replace the folder.
|
|||||||
|
|
||||||
### 2 — Run on the target machine
|
### 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:
|
||||||
|
|
||||||
|
- **Right-click inside the folder → Open in Terminal**, then run:
|
||||||
```bash
|
```bash
|
||||||
ls /media/$(whoami)/
|
sudo bash bootstrap.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Run setup:
|
- **Double-click `bootstrap.sh`** → click *Run in Terminal* → it prompts for
|
||||||
|
your sudo password and starts the wizard automatically.
|
||||||
```bash
|
|
||||||
sudo bash /media/$(whoami)/DRIVENAME/ubuntu-post-install-main/bootstrap.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Replace `DRIVENAME` with what appeared in the `ls` output.
|
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user