diff options
Diffstat (limited to 'schulung_tools/rootfs_basic/scripts/download_busybox.sh')
| -rwxr-xr-x | schulung_tools/rootfs_basic/scripts/download_busybox.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schulung_tools/rootfs_basic/scripts/download_busybox.sh b/schulung_tools/rootfs_basic/scripts/download_busybox.sh new file mode 100755 index 0000000..20e1bf7 --- /dev/null +++ b/schulung_tools/rootfs_basic/scripts/download_busybox.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +wget --continue http://busybox.net/downloads/busybox-1.28.1.tar.bz2 |
