update get-updates
This commit is contained in:
parent
a7410239b6
commit
8edba60c8a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ updates_output() {
|
||||||
|
|
||||||
update_system() {
|
update_system() {
|
||||||
read -p "Would you like to update? (y/N): " confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1
|
read -p "Would you like to update? (y/N): " confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1
|
||||||
pikaur -Syu
|
pikaur -Syu --noedit --nodiff
|
||||||
}
|
}
|
||||||
|
|
||||||
for opt in "$@"; do
|
for opt in "$@"; do
|
||||||
|
|
Loading…
Reference in a new issue