manweb 1.5.1
changes
- added restart on-failure to service file
this update only affects systemd configuration. if you do not use systemd, you can skip this update.
Install With Apt
- Add repository my repository to your system using addrepo.sh
curl https://cdn.sophuwu.com/deb/addrepo.sh | sudo sh - Install the package
sudo apt install manweb
Install from github
- Install dependencies:
sudo apt update && sudo apt install mandoc git -y - Download and install:
wget https://github.com/Sophuwu300/manweb/releases/download/1.5.1/manweb_1.5.1_amd64.deb sudo dpkg -i manhttpd_1.5.1_amd64.deb
Remember to change "amd64" to "arm64" if you are running on arm64.