mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-21 16:11:15 +01:00
Update install.sh
This commit is contained in:
@@ -6,10 +6,10 @@ uname=$(whoami)
|
||||
|
||||
# Setup prereqs for server
|
||||
if [[ `which yum` ]]; then
|
||||
sudo yum install unzip
|
||||
sudo yum install unzip -y
|
||||
elif [[ `which apt` ]]; then
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install unzip
|
||||
sudo apt-get update
|
||||
sudo apt-get install unzip -y
|
||||
else
|
||||
echo "Unknown Platform, the install might fail"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user