From 4034bef42ef8914bd8ff103eba622bbf66a241d2 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sat, 15 Apr 2023 23:52:52 +0300 Subject: [PATCH] Scripts: remove disk build from install-usb.sh You can still use the install-usb.sh script from the build directory. --- install-usb.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-usb.sh b/install-usb.sh index 7696e8da3..6bad2ad94 100755 --- a/install-usb.sh +++ b/install-usb.sh @@ -1,6 +1,5 @@ #!/bin/sh set -e -. ./disk.sh SIZE=$(stat -c '%s' banan-os.img | numfmt --to=iec)