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:
parent
257c316894
commit
8feddc70e1
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue