Skip to content

Commit

Permalink
feat(bash): No confirm on Arch update.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Feb 26, 2024
1 parent 341b15f commit eb699ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bash/files/os/Archlinux/os_functions.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

alias update='sudo pacman -Syu'
alias update='sudo pacman -Syu --noconfirm'

0 comments on commit eb699ce

Please sign in to comment.