Use /srv/pkgxx instead of /opt/pkgxx
This commit is contained in:
4
build
4
build
@ -26,7 +26,7 @@ git clone https://github.com/lukc/pkgxx && \
|
||||
|
||||
# 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
|
||||
grep -q "^/srv/pkgxx/dev$" /etc/apk/repositories || \
|
||||
echo "/srv/pkgxx/dev" >> /etc/apk/repositories
|
||||
|
||||
# FIXME: DL yunoconfig
|
||||
|
Reference in New Issue
Block a user