mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
modified: install.sh
This commit is contained in:
parent
b377cb273c
commit
252decac58
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ install_base() {
|
|||
pacman -Syu && pacman -Syu --noconfirm wget curl tar tzdata
|
||||
;;
|
||||
alpine)
|
||||
apk update && apk add wget curl tar tzdata
|
||||
apk update && apk add wget curl tar tzdata ip6tables ufw
|
||||
;;
|
||||
*)
|
||||
apt-get update && apt install -y -q wget curl tar tzdata
|
||||
|
|
Loading…
Reference in a new issue