1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

feat: no longer require to be root user to call setup scripts

This commit is contained in:
JanHoefelmeyer 2024-07-23 13:41:03 +02:00 committed by Paul Schwabauer
parent 257c316894
commit 8feddc70e1
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ echo '
remote_validator= { "url" = "http://localhost:8082", "presets" = ["mandatory"], "cache" = "/var/lib/csaf/validations.db" }
' | sudo tee --append /etc/csaf/config.toml
npm install pm2 -g
sudo npm install pm2 -g
pushd ~
git clone https://github.com/secvisogram/csaf-validator-service.git