mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
add rocky 8.6 support
This commit is contained in:
@@ -17,7 +17,7 @@ case $ID in
|
||||
pkg=mscp_${project_version}-${ID}-${VERSION_ID}-${arch}.deb
|
||||
dpkg -i ../build/$pkg
|
||||
;;
|
||||
centos* | rhel*)
|
||||
centos* | rhel* | rocky*)
|
||||
pkg=mscp_${project_version}-${ID}-${VERSION_ID}-${arch}.rpm
|
||||
rpm -iv ../build/$pkg
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user