Remove --needed flag

This commit is contained in:
Santiago Lo Coco 2022-02-28 20:07:27 -03:00
parent 7db52b1cbf
commit ce619c7603
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -euo pipefail
pacman -Syu --noconfirm --needed base-devel
pacman -Syu --noconfirm base-devel
echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
visudo -c