mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Finally
This commit is contained in:
parent
89b94c2c90
commit
77cee098ad
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ RUN arch=$(uname -m) && \
|
|||
&& wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat \
|
||||
&& wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat \
|
||||
&& mv xray xray-linux-arm64; \
|
||||
elif [ "$arch" = "amd64" ]; then \
|
||||
elif [ "$arch" = "x86_64" ]; then \
|
||||
wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-linux-64.zip \
|
||||
&& unzip Xray-linux-64.zip \
|
||||
&& rm -f Xray-linux-64.zip geoip.dat geosite.dat iran.dat \
|
||||
|
|
Loading…
Reference in a new issue