mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
76a1194d26
commit
8be52ab5bd
@ -1619,6 +1619,13 @@ install_openadmin(){
|
||||
cd $OPENPADMIN_DIR
|
||||
pip install --default-timeout=3600 -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=3600 -r requirements.txt --break-system-packages > /dev/null 2>&1
|
||||
|
||||
# on debian12 yaml is also needed to read conf files!
|
||||
if [ -f /etc/os-release ] && grep -q "Debian" /etc/os-release; then
|
||||
apt install python3-yaml -y > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
cp -fr /usr/local/admin/service/admin.service ${SERVICES_DIR}admin.service > /dev/null 2>&1
|
||||
cp -fr /usr/local/admin/service/watcher.service ${SERVICES_DIR}watcher.service > /dev/null 2>&1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user