diff --git a/content/self-host/client-deployment/_index.de.md b/content/self-host/client-deployment/_index.de.md index 4867062f..4e1aa4e3 100644 --- a/content/self-host/client-deployment/_index.de.md +++ b/content/self-host/client-deployment/_index.de.md @@ -342,10 +342,10 @@ fi echo "Installieren von RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-x86_64.deb - apt-get install -fy ./rustdesk-1.2.3-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.3-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.3-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.3-0.x86_64.rpm -y > /dev/null else echo "Nicht unterstütztes OS" # Hier könnten Sie den Benutzer um Erlaubnis bitten, die Installation trotzdem zu versuchen diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index 592b22b1..d73ea2ab 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -354,10 +354,10 @@ fi echo "Installing RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "Unsupported OS" # here you could ask the user for permission to try and install anyway diff --git a/content/self-host/client-deployment/_index.es.md b/content/self-host/client-deployment/_index.es.md index 7c4f57f2..fcd2fafd 100644 --- a/content/self-host/client-deployment/_index.es.md +++ b/content/self-host/client-deployment/_index.es.md @@ -347,10 +347,10 @@ fi echo "Instalando RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "OS no soportado" # aquí podrías preguntar al usuario por permiso para intentar instalar de todos modos diff --git a/content/self-host/client-deployment/_index.fr.md b/content/self-host/client-deployment/_index.fr.md index efbd47e9..d6bbfeeb 100644 --- a/content/self-host/client-deployment/_index.fr.md +++ b/content/self-host/client-deployment/_index.fr.md @@ -347,10 +347,10 @@ fi echo "Installation de RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "OS non supporté" # ici vous pourriez demander à l'utilisateur la permission d'essayer d'installer quand même diff --git a/content/self-host/client-deployment/_index.it.md b/content/self-host/client-deployment/_index.it.md index 36eb8d9c..7bf7a06a 100644 --- a/content/self-host/client-deployment/_index.it.md +++ b/content/self-host/client-deployment/_index.it.md @@ -347,10 +347,10 @@ fi echo "Installazione di RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "OS non supportato" # qui potresti chiedere all'utente il permesso di provare a installare comunque diff --git a/content/self-host/client-deployment/_index.ja.md b/content/self-host/client-deployment/_index.ja.md index ba84d73c..88cdc1fb 100644 --- a/content/self-host/client-deployment/_index.ja.md +++ b/content/self-host/client-deployment/_index.ja.md @@ -347,10 +347,10 @@ fi echo "RustDeskをインストール中" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "サポートされていないOS" # ここでユーザーにとにかくインストールを試す許可を求めることができます diff --git a/content/self-host/client-deployment/_index.pl.md b/content/self-host/client-deployment/_index.pl.md index 241ee1a7..3bf2c8b9 100644 --- a/content/self-host/client-deployment/_index.pl.md +++ b/content/self-host/client-deployment/_index.pl.md @@ -347,10 +347,10 @@ fi echo "Instalacja RustDeska" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "Niewspierany system operacyjny" # tutaj można poprosić użytkownika o zgodę na próbę instalacji mimo wszystko diff --git a/content/self-host/client-deployment/_index.pt.md b/content/self-host/client-deployment/_index.pt.md index 65ea418b..7a7eb133 100644 --- a/content/self-host/client-deployment/_index.pt.md +++ b/content/self-host/client-deployment/_index.pt.md @@ -347,10 +347,10 @@ fi echo "Instalando RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "SO não suportado" # aqui você pode perguntar ao usuário permissão para tentar instalar mesmo assim diff --git a/content/self-host/client-deployment/_index.ro.md b/content/self-host/client-deployment/_index.ro.md index e5a31735..4ec55f29 100644 --- a/content/self-host/client-deployment/_index.ro.md +++ b/content/self-host/client-deployment/_index.ro.md @@ -347,10 +347,10 @@ fi echo "Installing RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "Unsupported OS" # here you could ask the user for permission to try and install anyway diff --git a/content/self-host/client-deployment/_index.zh-cn.md b/content/self-host/client-deployment/_index.zh-cn.md index 09a70c63..8be7302c 100644 --- a/content/self-host/client-deployment/_index.zh-cn.md +++ b/content/self-host/client-deployment/_index.zh-cn.md @@ -347,10 +347,10 @@ fi echo "正在安装 RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "不支持的操作系统" # 这里您可以询问用户是否允许尝试安装 diff --git a/content/self-host/client-deployment/_index.zh-tw.md b/content/self-host/client-deployment/_index.zh-tw.md index ddda32a9..2406ea45 100644 --- a/content/self-host/client-deployment/_index.zh-tw.md +++ b/content/self-host/client-deployment/_index.zh-tw.md @@ -347,10 +347,10 @@ fi echo "正在安裝 RustDesk" if [ "${ID}" = "debian" ] || [ "$OS" = "Ubuntu" ] || [ "$OS" = "Debian" ] || [ "${UPSTREAM_ID}" = "ubuntu" ] || [ "${UPSTREAM_ID}" = "debian" ]; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-x86_64.deb - apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > null + apt-get install -fy ./rustdesk-1.2.6-x86_64.deb > /dev/null elif [ "$OS" = "CentOS" ] || [ "$OS" = "RedHat" ] || [ "$OS" = "Fedora Linux" ] || [ "${UPSTREAM_ID}" = "rhel" ] || [ "$OS" = "Almalinux" ] || [ "$OS" = "Rocky*" ] ; then wget https://github.com/rustdesk/rustdesk/releases/download/1.2.6/rustdesk-1.2.6-0.x86_64.rpm - yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > null + yum localinstall ./rustdesk-1.2.6-0.x86_64.rpm -y > /dev/null else echo "不支援的作業系統" # 在這裡您可以詢問使用者是否允許嘗試安裝