Update install.sh

This commit is contained in:
dinger1986
2022-06-06 21:30:10 +01:00
committed by GitHub
parent ab3769db15
commit e0d1e156fe

View File

@@ -93,12 +93,12 @@ key=$(cat ${pubname})
sudo rm ${TMPFILE} sudo rm ${TMPFILE}
printf >&2 "Your IP is ${wanip}" printf "Your IP is ${wanip}\n"
printf >&2 "\n\n" printf "\n"
printf >&2 "Your public key is ${key}\n\n" printf "Your public key is ${key}\n"
printf >&2 "\n\n" printf "\n"
printf >&2 "Install Rustdesk on your machines and change your public key and IP/DNS name to the above\n\n" printf "Install Rustdesk on your machines and change your public key and IP/DNS name to the above\n"
printf >&2 "\n\n" printf"\n"