mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46: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)
|
centos|fedora)
|
||||||
yum -y update && yum install -y -q wget curl tar
|
yum -y update && yum install -y -q wget curl tar
|
||||||
;;
|
;;
|
||||||
arch)
|
arch|manjaro)
|
||||||
pacman -Syu --noconfirm wget curl tar
|
pacman -Syu && pacman -Syu --noconfirm wget curl tar
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
apt-get update && apt-get upgrade -y && apt install -y -q wget curl tar
|
apt-get update && apt-get upgrade -y && apt install -y -q wget curl tar
|
||||||
|
|
Loading…
Reference in a new issue