Update install.sh

This commit is contained in:
dinger1986 2022-08-09 23:23:36 +01:00 committed by GitHub
parent 9b1fd38559
commit 5cf465f34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,11 @@ wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/main/WindowsAI
sudo sed -i "s|wanipreg|${wanip}|g" WindowsAIOInstall.ps1
sudo sed -i "s|keyreg|${key}|g" WindowsAIOInstall.ps1
# Create linux install script
wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/linuxclientinstall.sh
sudo sed -i "s|wanipreg|${wanip}|g" linuxclientinstall.sh
sudo sed -i "s|keyreg|${key}|g" linuxclientinstall.sh
echo -e "Your IP is ${wanip}"
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"