From 35bade9d613491a320de14352130bcc27396f22f Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 17 Mar 2021 18:46:12 +0100 Subject: [PATCH] Update antos.sh --- get/shs/antos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get/shs/antos.sh b/get/shs/antos.sh index b5d699e..22a81a9 100755 --- a/get/shs/antos.sh +++ b/get/shs/antos.sh @@ -107,8 +107,8 @@ rm antd_web_apps.tar.gz rm -r blog doc index.ls info talk get cd /opt/www/htdocs/os -wget --no-check-certificate "https://github.com/lxsang/antos/raw/master/release/antos-$V_ANTOS.tar.gz" +wget --no-check-certificate "https://github.com/lxsang/antos/raw/next-1.2.0/release/antos-$V_ANTOS.tar.gz" tar xvzf antos-$V_ANTOS.tar.gz rm antos-$V_ANTOS.tar.gz -echo "Install done..." \ No newline at end of file +echo "Install done..."