From 07aa49accce43124c88cc1e5348b7752ab727bc0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 3 Feb 2025 02:12:51 +0800 Subject: [PATCH] Update install.sh --- plugins/lam/install.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/lam/install.sh b/plugins/lam/install.sh index 30359140e..25823f5b2 100755 --- a/plugins/lam/install.sh +++ b/plugins/lam/install.sh @@ -52,9 +52,11 @@ Install_App() VER=$1 # https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.7.tar.gz - FDIR=phpLDAPadmin-${VER} - FILE=${VER}.tar.gz - DOWNLOAD=https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/${FILE} + + https://github.com/LDAPAccountManager/lam/releases/download/9.0/ldap-account-manager-9.0.tar.bz2 + FDIR=lam-${VER} + FILE=ldap-account-manager-${VER}.tar.bz2 + DOWNLOAD=https://github.com/LDAPAccountManager/lam/releases/download/9.0/${FILE} if [ ! -f $serverPath/source/phpmyadmin/$FILE ];then @@ -62,7 +64,7 @@ Install_App() fi if [ ! -d $serverPath/source/lam/$FDIR ];then - cd $serverPath/source/lam && tar zxvf $FILE + cd $serverPath/source/lam && tar jxvf $FILE fi cp -r $serverPath/source/lam/$FDIR $serverPath/lam/