From 7b4c2cd6fd62dce91d1f1384abbeb8e91fbaa671 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Tue, 5 Mar 2024 11:18:30 +0100 Subject: [PATCH] rename mkusb.sh to makeusb and make it executable --- README.md | 2 +- mkusb.sh => makeusb | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mkusb.sh => makeusb (100%) diff --git a/README.md b/README.md index 0c24c9c..0b69c89 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mkusb.sh b/makeusb similarity index 100% rename from mkusb.sh rename to makeusb