diff --git a/pages/en/server/operating_systems/arch_linux.txt b/pages/en/server/operating_systems/arch_linux.txt index a267f8c..68ca005 100644 --- a/pages/en/server/operating_systems/arch_linux.txt +++ b/pages/en/server/operating_systems/arch_linux.txt @@ -278,6 +278,15 @@ pacman -Rsn opendoas pacman -S sudo +Enable ''wheel'' for your sudo user. + + +visudo + + +%wheel ALL=(ALL) ALL + + or