mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 09:46:21 +00:00
Update install.sh
This commit is contained in:
parent
f13948fdc5
commit
dcf2cdc39f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fi
|
||||||
|
|
||||||
install_base() {
|
install_base() {
|
||||||
case "${release}" in
|
case "${release}" in
|
||||||
centos|fedora)
|
centos|fedora|almalinux)
|
||||||
yum -y update && yum install -y -q wget curl tar
|
yum -y update && yum install -y -q wget curl tar
|
||||||
;;
|
;;
|
||||||
arch|manjaro)
|
arch|manjaro)
|
||||||
|
|
Loading…
Reference in a new issue