diff --git a/cyberpanel.sh b/cyberpanel.sh index 709ef68f5..169341c14 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -403,6 +403,9 @@ if [[ $DEV == "ON" ]] ; then yum -y groupinstall development yum -y install https://centos7.iuscommunity.org/ius-release.rpm yum -y install python36u python36u-pip python36u-devel + fi + if [[ $CENTOS_8 == "True" ]] ; then + dnf install python3 -y fi fi fi