This commit is contained in:
illiliti
2020-01-07 17:05:34 +03:00
parent 814dcf4cd7
commit bda2932d56
2 changed files with 5 additions and 5 deletions

4
init
View File

@ -1,10 +1,10 @@
#!/bin/busybox sh
#!/usr/bin/busybox sh
# debugging
set -x
# install busybox
/bin/busybox --install -s /bin
/usr/bin/busybox --install -s /usr/bin
panic() { echo "bruh moment :(" && sh; }