Skip to content

Commit

Permalink
Fixes #v1.7.1: Restyaboard latest version changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan477 committed Feb 4, 2022
1 parent 32af7a9 commit 1742eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restyaboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@
then
echo "Note: For the latest version of PHP, we're going to download https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm and https://rpms.remirepo.net/enterprise/remi-release-8.rpm."
echo "Installing PHP..."
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}.noarch.rpm
dnf -y install https://rpms.remirepo.net/enterprise/remi-release-${OS_VERSION}.rpm
dnf module enable php:remi-7.4
dnf -y install php php-cli php-common
else
Expand Down

0 comments on commit 1742eec

Please sign in to comment.