1c0ff6aa23
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
10 lines
285 B
Bash
10 lines
285 B
Bash
#!/bin/sh
|
|
|
|
# Uninstall note
|
|
echo "-> NOTE: To uninstall busybox-extras properly, do this:"
|
|
echo " # apk del busybox-extras"
|
|
echo " # apk add /var/cache/apk/busybox-1.26.2-r3...apk # pick latest"
|
|
echo " # apk add busybox"
|
|
|
|
# We need the symlinks early
|
|
exec /bin/busybox --install -s
|