mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-21 08:01:18 +01:00
Update install.sh
This commit is contained in:
@@ -27,10 +27,12 @@ done
|
||||
if [[ $(which yum) ]]; then
|
||||
sudo yum install unzip -y
|
||||
sudo yum install bind-utils -y
|
||||
sudo yum install tar -y
|
||||
elif [[ $(which apt) ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install unzip -y
|
||||
sudo apt-get install dnsutils -y
|
||||
sudo apt-get install tar -y
|
||||
else
|
||||
echo "Unknown Platform, the install might fail"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user