We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b11a27 commit 97330a6Copy full SHA for 97330a6
registry/BenraouaneSoufiane/modules/rustdesk/run.sh
@@ -23,7 +23,7 @@ if command -v apt-get >/dev/null 2>&1; then
23
elif command -v dnf >/dev/null 2>&1; then
24
PKG_SYS="rpm"
25
PKG_NAME="rustdesk-${RUSTDESK_VERSION}-${PKG_ARCH}.rpm"
26
- INSTALL_DEPS='dnf install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11 || true'
+ INSTALL_DEPS='dnf install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11'
27
INSTALL_CMD="dnf install -y ./${PKG_NAME}"
28
CLEAN_CMD="rm -f \"${PKG_NAME}\""
29
elif command -v yum >/dev/null 2>&1; then
0 commit comments