mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-07 21:09:54 +00:00
Change get script method to wget
This commit is contained in:
parent
de81b1cda7
commit
c0531a96c8
@ -12,7 +12,7 @@ Find the source code here: [XrayR-project/XrayR](https://github.com/XrayR-projec
|
|||||||
# 一键安装
|
# 一键安装
|
||||||
|
|
||||||
```
|
```
|
||||||
bash <(curl -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh)
|
wget -N https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh && bash install.sh
|
||||||
```
|
```
|
||||||
# Docker 安装
|
# Docker 安装
|
||||||
|
|
||||||
|
@ -179,6 +179,8 @@ install_XrayR() {
|
|||||||
chmod +x /usr/bin/XrayR
|
chmod +x /usr/bin/XrayR
|
||||||
ln -s /usr/bin/XrayR /usr/bin/xrayr # 小写兼容
|
ln -s /usr/bin/XrayR /usr/bin/xrayr # 小写兼容
|
||||||
chmod +x /usr/bin/xrayr
|
chmod +x /usr/bin/xrayr
|
||||||
|
cd $cur_dir
|
||||||
|
rm -f install.sh
|
||||||
echo -e ""
|
echo -e ""
|
||||||
echo "XrayR 管理脚本使用方法 (兼容使用xrayr执行,大小写不敏感): "
|
echo "XrayR 管理脚本使用方法 (兼容使用xrayr执行,大小写不敏感): "
|
||||||
echo "------------------------------------------"
|
echo "------------------------------------------"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user