From 071bfdaa84b8024e7cd64d1e16b16aefb7b66454 Mon Sep 17 00:00:00 2001 From: alessandromrc <66976091+alessandromrc@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:09:54 +0200 Subject: [PATCH] Remove confirmation for pacman --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index b632774..8a43fa1 100644 --- a/installer.sh +++ b/installer.sh @@ -26,7 +26,7 @@ install_fastfetch_debian() { } install_fastfetch_arch() { - sudo pacman -S fastfetch + sudo pacman -S fastfetch --noconfirm } install_fastfetch_fedora() { @@ -93,4 +93,4 @@ main() { fi } -main \ No newline at end of file +main