Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
no need to sudo before tee
  • Loading branch information
systeembeheerder authored Jul 17, 2024
1 parent f948785 commit 9fdd88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/22.4/source-build/openvas-scanner/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ As of version 23.0 the `openvasd_server` configuration needs to be set to a runn

```{code-block}
printf "table_driven_lsc = yes\n" | sudo tee /etc/openvas/openvas.conf
sudo printf "openvasd_server = http://127.0.0.1:3000\n" | sudo tee -a /etc/openvas/openvas.conf
printf "openvasd_server = http://127.0.0.1:3000\n" | sudo tee -a /etc/openvas/openvas.conf
```

0 comments on commit 9fdd88c

Please sign in to comment.