rename mkusb.sh to makeusb

and make it executable
This commit is contained in:
2024-03-05 11:18:30 +01:00
parent 6f025880ce
commit 7b4c2cd6fd
2 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ If you do not have one, you may create it from another box
log in as root/FrappyLinse to an apu box
```
apu> cd boxtools
apu> bash mkusb.sh
apu> ./makeusb
```
You are asked to give the device name from a list (typically sdb)
before it writes to the stick.

View File