Install

How to download it?

Short command

Run the following command:
$ curl -s https://news.grape.ircnow.org/install.sh | doas ksh

Long command:

As an admin you can install this on your vps:

$ wget https://news.grape.ircnow.org/newsnow.zip
$ unzip newsnow.zip
$ cd NewsNow
$ doas make 

How to update it?

Short command

Run the following command:
$ curl -s https://news.grape.ircnow.org/update.sh | doas ksh

Long command

As an admin you can install this on your vps:

Only needed if the

$ newsnow_update_checker

says to update, then do the following:

$ wget https://news.grape.ircnow.org/newsnow.zip
$ unzip newsnow.zip
$ cd NewsNow
$ doas make -i

Copyright (C) 2021 by Miniontoby <miniontoby@ircnow.org>