diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-29 21:27:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-29 21:27:24 -0700 |
commit | e7a535dd8ad1b18289e2ab8168c7a5a73a647af1 (patch) | |
tree | e6d4038cc1c27c6da5398fd6d8a51f5652d8631b /.local/bin/upd | |
parent | ce3cf8239255302cda4616bb482db062f8c75bfa (diff) |
refactor
Diffstat (limited to '.local/bin/upd')
-rwxr-xr-x | .local/bin/upd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index a1f38509..5f5ee657 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -1,5 +1,4 @@ #!/bin/sh -# may need mkdir -p for some of the dirs? kg and ncm no need, how about refl and gall all () { @@ -47,7 +46,6 @@ ncm () pac () { - # may improve to query updated packages' changelogs, using `pacman -Qc` sudo pacman --noconfirm -Syu paru --noconfirm -aSyu # part steal from aur comment |