Update install.sh

This commit is contained in:
dinger1986 2022-08-03 22:52:56 +01:00 committed by GitHub
parent a571202abb
commit 0495a5d992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,10 @@ key=$(cat "${pubname}")
sudo rm "${TMPFILE}"
# Create windows install script
wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/main/WindowsAIOInstall.ps1
sudo sed -i "s|wanipreg|${wanip}|g" WindowsAIOInstall.ps1
sudo sed -i "s|keyreg|${key}|g" WindowsAIOInstall.ps1
echo -e "Your IP is ${wanip}"
echo -e "Your public key is ${key}"