Explorar o código

fixed repository url

Bachir Soussi Chiadmi %!s(int64=5) %!d(string=hai) anos
pai
achega
b56cf03041
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/lemp.sh

+ 1 - 1
bin/lemp.sh

@@ -41,7 +41,7 @@ read yn
 if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
   echo -e "Stick with mariadb 10.1.x due to incompatibility of newer version with zfs"
   echo -e "Please see this bug https://bugs.alpinelinux.org/issues/9046"
-  echo "http://dl-5.alpinelinux.org/alpine/v3.7/main" >> /etc/apk/repositories
+  echo "http://dl-cdn.alpinelinux.org/alpine/v3.7/main" >> /etc/apk/repositories
   echo -e "mariadb<10.1.99\nmariadb-client<10.1.99\nmariadb-common<10.1.99" >> /etc/apk/world
   apk update
 fi