commit 7fad250
chld
·
2025-12-22 17:44:06 +0000 UTC
parent ccfd1da
setup-userland
1 files changed,
+6,
-1
+6,
-1
1@@ -35,4 +35,9 @@ _inc '
2
3 # enter toybox
4
5-wget -O
6+wget \
7+ https://landley.net/toybox/bin/toybox-x86_64 \
8+ -O $m/bin/toybox
9+
10+chmod 755 $m/bin/toybox # ensure toybox is a executable
11+_swt