Update install.sh

This commit is contained in:
Stefan Pejcic
2025-01-21 11:09:51 +01:00
committed by GitHub
parent f625ccb201
commit 9e141713b1

View File

@@ -1496,7 +1496,7 @@ install_openadmin(){
debug_log echo "Downloading OpenAdmin files"
git clone -b 312 --single-branch https://github.com/stefanpejcic/openadmin $OPENPADMIN_DIR
git clone -b 100 --single-branch https://github.com/stefanpejcic/openadmin $OPENPADMIN_DIR
cd $OPENPADMIN_DIR
python3.12 -m venv ${OPENPADMIN_DIR}venv