Skip to content

Commit

Permalink
update requirests for al8
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 6, 2024
1 parent e2758d0 commit e16f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ Retry_Command "pip install --default-timeout=3600 -r /usr/local/requirments.txt"
if [[ "$Server_OS" = "Ubuntu" ]] && [[ "$Server_OS_Version" = "22" ]] ; then
cp /usr/bin/python3.10 /usr/local/CyberCP/bin/python3
else
if [[ "$Server_OS_Version" = "9" ]]; then
if [[ "$Server_OS_Version" = "9" ]] || [[ "$Server_OS_Version" = "8" ]]; then
echo "PYTHONHOME=/usr" > /usr/local/lscp/conf/pythonenv.conf
else
# Uncomment and use the following lines if necessary for other OS versions
Expand Down

0 comments on commit e16f12c

Please sign in to comment.