mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-21 16:11:15 +01:00
Update install.sh
This commit is contained in:
@@ -391,6 +391,8 @@ if [[ -z "$http" ]]; then
|
|||||||
echo -e "Your public key is ${key}"
|
echo -e "Your public key is ${key}"
|
||||||
echo -e "Install Rustdesk on your machines and change your public key and IP/DNS name to the above"
|
echo -e "Install Rustdesk on your machines and change your public key and IP/DNS name to the above"
|
||||||
|
|
||||||
|
echo - e "You can get a free API with Addressbook etc via https://github.com/infiniteremote/installer"
|
||||||
|
|
||||||
echo "Press any key to finish install"
|
echo "Press any key to finish install"
|
||||||
while [ true ] ; do
|
while [ true ] ; do
|
||||||
read -t 3 -n 1
|
read -t 3 -n 1
|
||||||
@@ -411,4 +413,6 @@ elif [ "$http" = "false" ]; then
|
|||||||
echo -e "Your IP/DNS Address is ${wanip}"
|
echo -e "Your IP/DNS Address is ${wanip}"
|
||||||
echo -e "Your public key is ${key}"
|
echo -e "Your public key is ${key}"
|
||||||
echo -e "Install Rustdesk on your machines and change your public key and IP/DNS name to the above"
|
echo -e "Install Rustdesk on your machines and change your public key and IP/DNS name to the above"
|
||||||
|
|
||||||
|
echo - e "You can get a free API with Addressbook etc via https://github.com/infiniteremote/installer"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user