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 97330a6 commit b889cffCopy full SHA for b889cff
registry/BenraouaneSoufiane/modules/rustdesk/run.sh
@@ -29,7 +29,7 @@ elif command -v dnf >/dev/null 2>&1; then
29
elif command -v yum >/dev/null 2>&1; then
30
PKG_SYS="rpm"
31
PKG_NAME="rustdesk-${RUSTDESK_VERSION}-${PKG_ARCH}.rpm"
32
- INSTALL_DEPS='yum install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11 || true'
+ INSTALL_DEPS='yum install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11'
33
INSTALL_CMD="yum install -y ./${PKG_NAME}"
34
CLEAN_CMD="rm -f \"${PKG_NAME}\""
35
else
0 commit comments