Skip to content

Commit

Permalink
Remove confirmation for pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromrc authored Jul 17, 2024
1 parent 90f896f commit 071bfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_fastfetch_debian() {
}

install_fastfetch_arch() {
sudo pacman -S fastfetch
sudo pacman -S fastfetch --noconfirm
}

install_fastfetch_fedora() {
Expand Down Expand Up @@ -93,4 +93,4 @@ main() {
fi
}

main
main

0 comments on commit 071bfda

Please sign in to comment.