add customgeo to improve coherence of domestic sites sources

This commit is contained in:
Evgeny Nerush
2023-11-14 13:19:15 +03:00
parent e4a2c54d7d
commit 378b43621b
4 changed files with 102 additions and 8 deletions

5
ex.sh
View File

@@ -74,8 +74,9 @@ then
then
if bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
then
mkdir -p /var/log/xray
touch /var/log/xray/error.log
dat_dir="/usr/local/share/xray/"
mkdir -p $dat_dir
cp customgeo.dat ${dat_dir}
echo -e "${green}xray installed${normal}"
else
echo -e "${red}xray not installed, something goes wrong${normal}"