mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-19 21:51:12 +02:00
Fix version references: v2.4.5 not v2.4.5-dev
This commit is contained in:
@@ -21,7 +21,7 @@ CyberPanel now supports comprehensive resource limits for shared hosting environ
|
||||
- Ubuntu 20.04+, Debian 11+, CentOS Stream 9+, AlmaLinux 9+, Rocky Linux 9+
|
||||
- RHEL 8 family (RHEL 8, AlmaLinux 8, Rocky 8, CloudLinux 8) with cgroups v2 manually enabled
|
||||
|
||||
2. **CyberPanel Version**: v2.4.5-dev or later
|
||||
2. **CyberPanel Version**: v2.4.5 or later
|
||||
|
||||
3. **OpenLiteSpeed**: Installed and running
|
||||
|
||||
|
||||
@@ -58,9 +58,9 @@ else
|
||||
|
||||
# Detect OS version and download appropriate requirements
|
||||
if grep -q "22.04" /etc/os-release || grep -q "VERSION_ID=\"9" /etc/os-release; then
|
||||
wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5-dev/requirments.txt
|
||||
wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5/requirments.txt
|
||||
else
|
||||
wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5-dev/requirments-old.txt
|
||||
wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5/requirments-old.txt
|
||||
fi
|
||||
|
||||
# Upgrade pip first
|
||||
|
||||
Reference in New Issue
Block a user