This commit is contained in:
MHSanaei 2023-12-19 14:26:00 +03:30
parent eec4d71097
commit c0d8f931da
3 changed files with 4 additions and 4 deletions

View file

@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
# Install custom version # Install custom version
To install your desired version you can add the version to the end of install command. Example for ver `v2.0.1`: To install your desired version you can add the version to the end of install command. Example for ver `v2.0.2`:
``` ```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.1 bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.2
``` ```
# SSL # SSL

View file

@ -1 +1 @@
2.0.1 2.0.2

View file

@ -74,7 +74,7 @@ install_base() {
pacman -Syu && 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 install -y -q wget curl tar
;; ;;
esac esac
} }