Skip to content

Commit

Permalink
preinstall zip on cent8
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Apr 12, 2020
1 parent dc2461d commit 9a5beed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ install_required() {

if [[ $CENTOS_8 == "True" ]] ; then
curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.0.1/install/CyberPanel8.repo > /etc/yum.repos.d/CyberPanel.repo
dnf install zip -y
elif [[ $CENTOS_8 == "False" ]] ; then
curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.0.1/install/CyberPanel.repo > /etc/yum.repos.d/CyberPanel.repo
fi
Expand Down

0 comments on commit 9a5beed

Please sign in to comment.