From b8e5e1e5f683cc953d118410da920152e1481c2b Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 3 Sep 2023 00:46:15 +0200 Subject: [PATCH] i don't need conformation, i need drugs --- crates/00-system/crate.arch.sh | 4 ++-- crates/10-zsh/crate.arch.sh | 4 ++-- crates/20-vim/crate.arch.sh | 2 +- crates/30-alacritty/crate.arch.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/00-system/crate.arch.sh b/crates/00-system/crate.arch.sh index 2bdf8c5..164fde4 100644 --- a/crates/00-system/crate.arch.sh +++ b/crates/00-system/crate.arch.sh @@ -1,6 +1,6 @@ super_apply() { - pacman -Syyu - pacman -S --needed sudo reflector + pacman -Syyu --noconfirm + pacman -S --needed --noconfirm sudo reflector if ! grep -q "Reflector" /etc/pacman.d/mirrorlist; then cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak reflector -c NL -f 10 --threads 4 --save /etc/pacman.d/mirrorlist diff --git a/crates/10-zsh/crate.arch.sh b/crates/10-zsh/crate.arch.sh index b44c9ed..5e00687 100644 --- a/crates/10-zsh/crate.arch.sh +++ b/crates/10-zsh/crate.arch.sh @@ -1,7 +1,7 @@ super_apply() { - pacman -S --needed zsh cmake + pacman -S --needed --noconfirm zsh cmake } super_undo() { - pacman -R zsh + pacman -R --noconfirm zsh } \ No newline at end of file diff --git a/crates/20-vim/crate.arch.sh b/crates/20-vim/crate.arch.sh index d95ce2d..e114bc1 100644 --- a/crates/20-vim/crate.arch.sh +++ b/crates/20-vim/crate.arch.sh @@ -1,5 +1,5 @@ super_apply() { - pacman -S --needed vim + pacman -S --needed --noconfirm vim } super_undo() { diff --git a/crates/30-alacritty/crate.arch.sh b/crates/30-alacritty/crate.arch.sh index a91b78b..068ee1c 100644 --- a/crates/30-alacritty/crate.arch.sh +++ b/crates/30-alacritty/crate.arch.sh @@ -1,5 +1,5 @@ super_apply() { - pacman -S --needed alacritty + pacman -S --needed --noconfirm alacritty } super_undo() {