forked from alnux/repo
6 lines
No EOL
176 B
Text
Executable file
6 lines
No EOL
176 B
Text
Executable file
wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
|
|
tar -xf busybox.tar.bz2
|
|
cd busybox
|
|
make defconfig
|
|
LDFLAGS="--static" make
|
|
make install DESTDIR="$1" |