From 06c4ca43752b7fb381e48055b5b5451c9daaa04b Mon Sep 17 00:00:00 2001 From: asus Date: Tue, 13 Feb 2024 12:31:47 +0100 Subject: [PATCH] adding notes about improvment with sudo --- notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes.md b/notes.md index d3494a0..40481da 100644 --- a/notes.md +++ b/notes.md @@ -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 ?