mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-07-29 23:19:34 +02:00
Update install.sh
This commit is contained in:
parent
22821eb09f
commit
74edeb9ceb
@ -10,10 +10,6 @@ if [[ `which yum` ]]; then
|
||||
elif [[ `which apt` ]]; then
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y unzip
|
||||
elif [[ `which pacman` ]]; then
|
||||
sudo pacman -S unzip
|
||||
elif [[ `which zypper` ]]; then
|
||||
sudo zypper install unzip
|
||||
else
|
||||
echo "Unknown Platform, the install might fail"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user