mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
Update install.sh
This commit is contained in:
parent
26b41d1437
commit
40aee292e3
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ install_base() {
|
|||
centos|fedora)
|
||||
yum -y update && yum install -y -q wget curl tar
|
||||
;;
|
||||
arch)
|
||||
pacman -Syu --noconfirm wget curl tar
|
||||
arch|manjaro)
|
||||
pacman -Syu && pacman -Syu --noconfirm wget curl tar
|
||||
;;
|
||||
*)
|
||||
apt-get update && apt-get upgrade -y && apt install -y -q wget curl tar
|
||||
|
|
Loading…
Reference in a new issue