Skip to content

Commit b889cff

Browse files
Update registry/BenraouaneSoufiane/modules/rustdesk/run.sh
Co-authored-by: Copilot <[email protected]>
1 parent 97330a6 commit b889cff

File tree

1 file changed

+1
-1
lines changed
  • registry/BenraouaneSoufiane/modules/rustdesk

1 file changed

+1
-1
lines changed

registry/BenraouaneSoufiane/modules/rustdesk/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ elif command -v dnf >/dev/null 2>&1; then
2929
elif command -v yum >/dev/null 2>&1; then
3030
PKG_SYS="rpm"
3131
PKG_NAME="rustdesk-${RUSTDESK_VERSION}-${PKG_ARCH}.rpm"
32-
INSTALL_DEPS='yum install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11 || true'
32+
INSTALL_DEPS='yum install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11'
3333
INSTALL_CMD="yum install -y ./${PKG_NAME}"
3434
CLEAN_CMD="rm -f \"${PKG_NAME}\""
3535
else

0 commit comments

Comments
 (0)