Skip to content

Commit

Permalink
Merge pull request vaxilu#168 from forkeer/main
Browse files Browse the repository at this point in the history
Fix /dev/fd/63: line 76 in install.sh
  • Loading branch information
alireza0 authored Apr 9, 2023
2 parents 91b453f + 58ca5f7 commit e2e88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi


install_base() {
if [[ "${release}" == "centos" ]]; then
if [[ "${release}" == "centos" ]] || [[ "${release}" == "fedora" ]] ; then
yum install wget curl tar -y
else
apt install wget curl tar -y
Expand Down

0 comments on commit e2e88d8

Please sign in to comment.