mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-12-26 22:51:28 +01:00
Update install.sh
This commit is contained in:
@@ -7,6 +7,7 @@ uname=$(whoami)
|
||||
# Setup prereqs for server
|
||||
if [[ `which yum` ]]; then
|
||||
sudo yum install unzip -y
|
||||
sudo yum install bind-utils -y
|
||||
elif [[ `which apt` ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install unzip -y
|
||||
|
||||
Reference in New Issue
Block a user