mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-15 16:32:38 +02:00
Update install.sh
This commit is contained in:
parent
f8ee95133b
commit
52c11f56f4
@ -63,7 +63,7 @@ PREREQRPM="bind-utils"
|
|||||||
PREREQARCH="bind"
|
PREREQARCH="bind"
|
||||||
|
|
||||||
echo "Installing prerequisites"
|
echo "Installing prerequisites"
|
||||||
if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then
|
if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ] || [ "$OS" = "LinuxMint" ]; then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y ${PREREQ} ${PREREQDEB} # git
|
sudo apt-get install -y ${PREREQ} ${PREREQDEB} # git
|
||||||
elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "${UPSTREAM_ID}" = "rhel" ] ; then
|
elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "${UPSTREAM_ID}" = "rhel" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user