Update install.sh

This commit is contained in:
gitondezhuts
2024-03-15 10:53:32 +00:00
committed by GitHub
parent 34dce8acf7
commit 87997d1c7b

View File

@@ -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