mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-01-13 09:12:44 +00:00
Update update.sh
This commit is contained in:
parent
5bb6fd1387
commit
e2c2ee5624
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ install_base() {
|
|||
ubuntu | debian | armbian)
|
||||
apt-get update >/dev/null 2>&1 && apt-get install -y -q wget curl tar tzdata >/dev/null 2>&1
|
||||
;;
|
||||
fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol)
|
||||
fedora | amzn | virtuozzo | centos | rhel | almalinux | rocky | ol)
|
||||
dnf -y update >/dev/null 2>&1 && dnf install -y -q wget curl tar tzdata >/dev/null 2>&1
|
||||
;;
|
||||
arch | manjaro | parch)
|
||||
|
|
|
|||
Loading…
Reference in a new issue