mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-08 13:29:55 +00:00
Fix typo
This commit is contained in:
parent
29edb46e12
commit
de81b1cda7
@ -172,8 +172,8 @@ install_XrayR() {
|
|||||||
if [[ ! -f /etc/XrayR/custom_inbound.json ]]; then
|
if [[ ! -f /etc/XrayR/custom_inbound.json ]]; then
|
||||||
cp custom_inbound.json /etc/XrayR/
|
cp custom_inbound.json /etc/XrayR/
|
||||||
fi
|
fi
|
||||||
if [[ ! -f /etc/XrayR/ruelist ]]; then
|
if [[ ! -f /etc/XrayR/rulelist ]]; then
|
||||||
cp ruelist /etc/XrayR/
|
cp rulelist /etc/XrayR/
|
||||||
fi
|
fi
|
||||||
curl -o /usr/bin/XrayR -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/XrayR.sh
|
curl -o /usr/bin/XrayR -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/XrayR.sh
|
||||||
chmod +x /usr/bin/XrayR
|
chmod +x /usr/bin/XrayR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user