mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-13 07:29:04 +02:00
Update install.sh
This commit is contained in:
parent
9b1fd38559
commit
5cf465f34f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user