slackbuilds/network/anydesk
Andrew Clemons a5e3e6b08e network/anydesk: Fix BUILD usage.
BUILD is users of the script, not upstream build numbers

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
2022-02-27 22:29:03 -06:00
..
README
anydesk.SlackBuild network/anydesk: Fix BUILD usage. 2022-02-27 22:29:03 -06:00
anydesk.info network/anydesk: Updated for version 6.1.1. 2021-11-18 10:47:24 +07:00
copyright
doinst.sh network/anydesk: Updated for version 6.1.0. 2021-04-10 17:04:43 +07:00
rc.anydesk
slack-desc

README

Connect to a computer remotely, be it from the other end of the
office or halfway around the world. AnyDesk ensures secure and
reliable remote desktop connections for IT professionals
and on-the-go individuals alike. AnyDesk works across all your
devices and operating systems: Windows, Linux, macOS, iOS, Android,
FreeBSD and even your Raspberry Pi!

The following can be used to start/stop AnyDesk automatically:
/etc/rc.d/rc.local
  if [ -x /etc/rc.d/rc.anydesk ]; then
    /etc/rc.d/rc.anydesk start
  fi

/etc/rc.d/rc.local_shutdown
  if [ -x /etc/rc.d/rc.anydesk ]; then
    /etc/rc.d/rc.anydesk stop
  fi