Skip to content

Commit 97330a6

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

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
@@ -23,7 +23,7 @@ if command -v apt-get >/dev/null 2>&1; then
2323
elif command -v dnf >/dev/null 2>&1; then
2424
PKG_SYS="rpm"
2525
PKG_NAME="rustdesk-${RUSTDESK_VERSION}-${PKG_ARCH}.rpm"
26-
INSTALL_DEPS='dnf install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11 || true'
26+
INSTALL_DEPS='dnf install -y wget ca-certificates xorg-x11-server-Xvfb dbus-x11'
2727
INSTALL_CMD="dnf install -y ./${PKG_NAME}"
2828
CLEAN_CMD="rm -f \"${PKG_NAME}\""
2929
elif command -v yum >/dev/null 2>&1; then

0 commit comments

Comments
 (0)