Getting the following errors:
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://download.nomachine.com/download/6.1/Linux/nomachine_6.1.6_9_x86_64.tar.gz Aborting... ==> ERROR: Makepkg was unable to build nomachine.
Tried installing using:
pamac-manager
$ yaourt -S nomachine
I've done the following:
Updated system
Refreshed Databases
no luck.
Thanks
Pinned Comments
runnytu commented on 2021-02-20 13:44 (UTC)
Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:
BUILD OPTIONS
Set to y to enable nomachine service autostart
_autoservice=n
Set to y to enable firewall autorules
_autofirewall=n
END BUILD OPTIONS