mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-13 15:38:59 +02:00
Update install.sh
This commit is contained in:
parent
a825cece28
commit
0d488a6266
@ -7,6 +7,7 @@ uname=$(whoami)
|
|||||||
# Setup prereqs for server
|
# Setup prereqs for server
|
||||||
if [[ `which yum` ]]; then
|
if [[ `which yum` ]]; then
|
||||||
sudo yum install unzip -y
|
sudo yum install unzip -y
|
||||||
|
sudo yum install bind-utils -y
|
||||||
elif [[ `which apt` ]]; then
|
elif [[ `which apt` ]]; then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install unzip -y
|
sudo apt-get install unzip -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user