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
|
# Setup prereqs for server
|
||||||
if [[ `which yum` ]]; then
|
if [[ `which yum` ]]; then
|
||||||
sudo yum -y unzip
|
sudo yum install unzip
|
||||||
elif [[ `which apt` ]]; then
|
elif [[ `which apt` ]]; then
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y unzip
|
sudo apt-get -y install unzip
|
||||||
else
|
else
|
||||||
echo "Unknown Platform, the install might fail"
|
echo "Unknown Platform, the install might fail"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user