From b56cf030411a5332cd73f4c9aaed6aefafd81182 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 18 Apr 2019 23:44:33 +0200 Subject: [PATCH] fixed repository url --- bin/lemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lemp.sh b/bin/lemp.sh index 0815ffb..8d2d4f8 100755 --- a/bin/lemp.sh +++ b/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