fix #1 - Configure APK with pkg++ used repository

master
Olivier DOSSMANN 5 years ago
parent ffec3b0d98
commit 0697d7106a

@ -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

Loading…
Cancel
Save