fix #1 - Configure APK with pkg++ used repository
This commit is contained in:
parent
ffec3b0d98
commit
0697d7106a
5
build
5
build
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user