Configure sudo

pull/1/head
Nicolas Arenas 2024-11-11 11:07:17 +01:00
parent fe9e38bc0e
commit c93e649309
1 changed files with 1 additions and 0 deletions

View File

@ -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() {