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
9e64610fd7
commit
8c741b24dd
@ -1693,7 +1693,7 @@ install_openadmin(){
|
|||||||
python3.12 -m venv ${openadmin_dir}venv
|
python3.12 -m venv ${openadmin_dir}venv
|
||||||
|
|
||||||
source ${openadmin_dir}venv/bin/activate
|
source ${openadmin_dir}venv/bin/activate
|
||||||
pip install --default-timeout=3600 --force-reinstall --ignore-installed -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=3600 --force-reinstall --ignore-installed -r requirements.txt --break-system-packages > /dev/null 2>&1
|
pip install --default-timeout=300 --force-reinstall --ignore-installed -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=300 --force-reinstall --ignore-installed -r requirements.txt --break-system-packages > /dev/null 2>&1
|
||||||
|
|
||||||
# on debian12 yaml is also needed to read conf files!
|
# on debian12 yaml is also needed to read conf files!
|
||||||
if [ -f /etc/os-release ] && grep -q "Debian" /etc/os-release; then
|
if [ -f /etc/os-release ] && grep -q "Debian" /etc/os-release; then
|
||||||
|
Loading…
Reference in New Issue
Block a user