diff --git a/.github/workflows/updates/RustDesk.sh b/.github/workflows/updates/RustDesk.sh new file mode 100755 index 0000000000..53c4e0f812 --- /dev/null +++ b/.github/workflows/updates/RustDesk.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +version=$(get_release rustdesk/rustdesk) +armhf_url="https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-armv7-sciter.deb" +arm64_url="https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-aarch64.deb" + +source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh diff --git a/apps/RustDesk/credits b/apps/RustDesk/credits new file mode 100644 index 0000000000..729fb331bf --- /dev/null +++ b/apps/RustDesk/credits @@ -0,0 +1 @@ +Botspot diff --git a/apps/RustDesk/description b/apps/RustDesk/description new file mode 100644 index 0000000000..71172a4047 --- /dev/null +++ b/apps/RustDesk/description @@ -0,0 +1,10 @@ +Open-source secure remote desktop connection software, better than AnyDesk or TeamViewer +RustDesk seems like the best choice and is one of the few that actually works well on Raspberry Pi. (Especially with Wayland) +This will install the server and viewer. You can connect to other RustDesk-enabled computers, or connect to this system from elsewhere. Connections can be made between two devices with access to the Internet, with no need for port forwarding or other changes to the network configuration. +They even have a viewer online, in addition to phone and PC apps. You can use any device as a controlling viewer by going to to https://rustdesk.com/web + +To run: Menu -> Internet -> RustDesk +To run in a terminal: rustdesk +The background service should start automatically on boot. To run it in a terminal: /usr/bin/rustdesk --service + +Note: for faster speeds and higher security, consider setting up your own RustDesk self-hosted server. diff --git a/apps/RustDesk/icon-24.png b/apps/RustDesk/icon-24.png new file mode 100644 index 0000000000..600236fafc Binary files /dev/null and b/apps/RustDesk/icon-24.png differ diff --git a/apps/RustDesk/icon-64.png b/apps/RustDesk/icon-64.png new file mode 100644 index 0000000000..a58cfa34d1 Binary files /dev/null and b/apps/RustDesk/icon-64.png differ diff --git a/apps/RustDesk/install-32 b/apps/RustDesk/install-32 new file mode 100755 index 0000000000..393216bfea --- /dev/null +++ b/apps/RustDesk/install-32 @@ -0,0 +1,9 @@ +#!/bin/bash + +version='1.3.2' + +if [ "$XDG_SESSION_TYPE" == wayland ];then + install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-armv7-sciter.deb xdg-desktop-portal-wlr || exit 1 +else + install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-armv7-sciter.deb || exit 1 +fi diff --git a/apps/RustDesk/install-64 b/apps/RustDesk/install-64 new file mode 100755 index 0000000000..025c965ae2 --- /dev/null +++ b/apps/RustDesk/install-64 @@ -0,0 +1,9 @@ +#!/bin/bash + +version='1.3.2' + +if [ "$XDG_SESSION_TYPE" == wayland ];then + install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-aarch64.deb xdg-desktop-portal-wlr || exit 1 +else + install_packages https://github.com/rustdesk/rustdesk/releases/download/${version}/rustdesk-${version}-aarch64.deb || exit 1 +fi diff --git a/apps/RustDesk/uninstall b/apps/RustDesk/uninstall new file mode 100755 index 0000000000..ab0fa4c1f7 --- /dev/null +++ b/apps/RustDesk/uninstall @@ -0,0 +1,4 @@ +#!/bin/bash + +#Allow packages required by this app to be uninstalled +purge_packages || exit 1 diff --git a/apps/RustDesk/website b/apps/RustDesk/website new file mode 100644 index 0000000000..b01a16d907 --- /dev/null +++ b/apps/RustDesk/website @@ -0,0 +1 @@ +https://rustdesk.com/ diff --git a/etc/categories b/etc/categories index 1e71938d8e..8e9cd856ff 100644 --- a/etc/categories +++ b/etc/categories @@ -171,6 +171,7 @@ Reaper|Multimedia Remarkable|Programming Renoise (Demo)|Multimedia RiiTag-RPC|Internet +RustDesk|Internet Scratch 2|Programming Scratch 3|Programming Scrcpy|Tools