From 0495a5d9929311ffa437f08b15c724b5b4ba5314 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Wed, 3 Aug 2022 22:52:56 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 5661f44..52f6b56 100644 --- a/install.sh +++ b/install.sh @@ -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}"