From c93e6493096c0d2a76dede2b52f5b4b719a6c923 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 11 Nov 2024 11:07:17 +0100 Subject: [PATCH] Configure sudo --- installer/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/installer.sh b/installer/installer.sh index d356cf4..282ddc9 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -27,6 +27,7 @@ check_root() { add_user_ogrepository() { useradd -r -s /bin/bash ogrepository + echo 'ogrepository ALL=(ALL) NOPASSWD: /usr/bin/python3' > ogrepository } create_directories() {