mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-21 16:11:15 +01:00
Update install.sh
Added the relay server to the configuration string. It uses the "wanip" or IP/DNS set by the user when running the script.
This commit is contained in:
@@ -273,7 +273,7 @@ rm -rf arm64v8
|
||||
fi
|
||||
|
||||
echo "Grabbing installers"
|
||||
string="{\"host\":\"${wanip}\",\"key\":\"${key}\",\"api\":\"https://${wanip}\"}"
|
||||
string="{\"host\":\"${wanip}\",\"relay\":\"${wanip}\",\"key\":\"${key}\",\"api\":\"https://${wanip}\"}"
|
||||
string64=$(echo -n "$string" | base64 -w 0 | tr -d '=')
|
||||
string64rev=$(echo -n "$string64" | rev)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user