-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugTYPE: a report on something that isn't workingTYPE: a report on something that isn't working
Description
What is the bug / inaccuracy?:
Installing on Linux => Arch Linux
The doc:
# Clone the repository
git clone https://github.com/safing/portmaster-packaging
# Enter the repo and build/install the package (it's under linux/)
cd portmaster-packaging/linux
makepkg -is
# Start the Portmaster and enable autostart
sudo systemctl daemon-reload
sudo systemctl enable --now portmaster
The systemctl daemon-reload is not required.
What would you expect instead?:
The doc should be like that:
...
# Start the Portmaster and enable autostart
sudo systemctl enable --now portmaster
Metadata
Metadata
Assignees
Labels
bugTYPE: a report on something that isn't workingTYPE: a report on something that isn't working