Remove --needed flag
This commit is contained in:
parent
7db52b1cbf
commit
ce619c7603
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed base-devel
|
pacman -Syu --noconfirm base-devel
|
||||||
|
|
||||||
echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
visudo -c
|
visudo -c
|
||||||
|
|
Loading…
Reference in New Issue