mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-07-31 07:59:32 +02:00
And working on centos-stream 9.0
This commit is contained in:
parent
91584fed55
commit
f511867dc8
@ -87,7 +87,7 @@ if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [
|
|||||||
prereq+=" dnsutils"
|
prereq+=" dnsutils"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y "${prereq}" # git
|
sudo apt-get install -y "${prereq}" # git
|
||||||
elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "${UPSTREAM_ID}" = "redhat" ] ; then
|
elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "${UPSTREAM_ID}" = "rhel" ] ; then
|
||||||
# opensuse 15.4 fails to run the relay service and hangs waiting for it
|
# opensuse 15.4 fails to run the relay service and hangs waiting for it
|
||||||
# needs more work before it can be enabled
|
# needs more work before it can be enabled
|
||||||
# || [ "${UPSTREAM_ID}" = "suse" ]
|
# || [ "${UPSTREAM_ID}" = "suse" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user