From 63c223b237369c3a1d72235ab467b90dda22e1b0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 3 Feb 2025 02:13:02 +0800 Subject: [PATCH] Update install.sh --- plugins/lam/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/lam/install.sh b/plugins/lam/install.sh index 25823f5b26..afb344a958 100755 --- a/plugins/lam/install.sh +++ b/plugins/lam/install.sh @@ -51,9 +51,7 @@ Install_App() VER=$1 - # https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.7.tar.gz - - https://github.com/LDAPAccountManager/lam/releases/download/9.0/ldap-account-manager-9.0.tar.bz2 + # 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}