|
|
@ -24,4 +24,9 @@ git clone https://github.com/lukc/pkgxx && \ |
|
|
|
cd .. && \ |
|
|
|
rm -rf pkgxx || exit 1 |
|
|
|
|
|
|
|
# APK configuration |
|
|
|
echo "> Configure APK to use pkg++ as supplementary repository…" |
|
|
|
grep -q "^/opt/pkgxx/dev$" /etc/apk/repositories || \ |
|
|
|
echo "/opt/pkgxx/dev" >> /etc/apk/repositories |
|
|
|
|
|
|
|
# FIXME: DL yunoconfig |
|
|
|