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

master
Olivier DOSSMANN 2018-08-04 17:54:33 +02:00
parent ffec3b0d98
commit 0697d7106a
1 changed files with 5 additions and 0 deletions

5
build
View File

@ -24,4 +24,9 @@ git clone https://github.com/lukc/pkgxx && \
cd .. && \ cd .. && \
rm -rf pkgxx || exit 1 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 # FIXME: DL yunoconfig