diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-21 19:18:38 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-21 19:18:38 -0700 |
commit | 33891b84d7760349b8ecf0a77ded20c2f304df38 (patch) | |
tree | 1d849cab071efe7675e1c661fcc2dfdf80ac38bc /.local/bin/upd | |
parent | c41ca8daabb1b5979db274782e5bd32516cf60d1 (diff) |
cd ... || exit instead of exit 1
Diffstat (limited to '.local/bin/upd')
-rwxr-xr-x | .local/bin/upd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index 5d1e07fb..ac2cd778 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -45,6 +45,7 @@ ncm () pac () { + # may improve to query updated packages' changelogs, using `pacman -Qc` sudo pacman --noconfirm -Syu paru --noconfirm -aSyu # part steal from aur comment |