switched to busybox
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# we're using precompiled busybox i486 binary, which runs on 64bit systems as well!
|
||||
wget -O ./busybox http://busybox.net/downloads/binaries/latest/busybox-i486
|
||||
chmod a+x ./busybox
|
||||
Reference in New Issue
Block a user