mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-07-30 15:39:32 +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
|
elif [[ `which apt` ]]; then
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y unzip
|
sudo apt-get -y unzip
|
||||||
elif [[ `which pacman` ]]; then
|
|
||||||
sudo pacman -S unzip
|
|
||||||
elif [[ `which zypper` ]]; then
|
|
||||||
sudo zypper install unzip
|
|
||||||
else
|
else
|
||||||
echo "Unknown Platform, the install might fail"
|
echo "Unknown Platform, the install might fail"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user