adding notes about improvment with sudo

This commit is contained in:
asus
2024-02-13 12:31:47 +01:00
parent 8f8a4046b8
commit 06c4ca4375

View File

@@ -55,4 +55,13 @@
- adding local url in /etc/hosts don't work
- makefile don't warn it's not there
- it should also print the path
- **SUDO :**
- some action needs sudo access :
- writing localhost alias in /etc/hosts
- erasing volumes
- So, either :
- testing if doing everything in sudo works well
(right access to plugin dir for example)
- or is it possible to run make as sudo, but inside of make only certain rules are made as sudo ?
- or is it possible to do everything without sudo ?