forked from Bananymous/banan-os
Scripts: remove disk build from install-usb.sh
You can still use the install-usb.sh script from the build directory.
This commit is contained in:
parent
d23604b0d5
commit
1c22e90fa0
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
. ./disk.sh
|
|
||||||
|
|
||||||
SIZE=$(stat -c '%s' banan-os.img | numfmt --to=iec)
|
SIZE=$(stat -c '%s' banan-os.img | numfmt --to=iec)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue