浏览代码

fixed repository url

Bachir Soussi Chiadmi 5 年之前
父节点
当前提交
b56cf03041
共有 1 个文件被更改,包括 1 次插入1 次删除
  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