mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-28 04:15:05 +00:00
Update install.sh
Fix /dev/fd/63: line 76: apt: command not found in fedora
This commit is contained in:
parent
1969120c94
commit
58ca5f7a51
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue