Running auto-install, auto-update scripts from NxFilter website.

https://forum.nxfilter.org/tips-tricks/911-running-auto-install-auto-update-scripts-from-nxfilter-website

Date: 2022-05-10 19:01:30


User: support200

We provide auto-install, auto-update scripts for DEB package. You can run these scripts from our website.

To install NxFilter,


Code:
bash -c "$(curl -s https://nxfilter.org/scripts/install-nxfilter-ubuntu.sh)"
To update NxFilter,


Code:
bash -c "$(curl -s https://nxfilter.org/scripts/update-nxfilter-ubuntu.sh)"


User: support200

To update it regularly, you can run the update script once a week as a cron task.