diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-19 00:26:02 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-19 00:26:02 -0700 |
commit | 92244d81f70c933f63eeaee6efa9f8d524a152f9 (patch) | |
tree | f026a0e2574827b7d48f112388e6fbe0ea37b572 /home | |
parent | 9826c8c5c80d7effbbd3c3b281b113aeb2f6e654 (diff) |
use pacman-filesdb-refresh.timer instead
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 6e791d3a..1579c50b 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -68,7 +68,6 @@ pac () { # echo 1, printf 1 and yes 1 all works? not sure why # aur neovim-nightly-bin has some issue on 12/26/2021? switch to community repo neovim temporary #rm -rf ~/.cache/paru/clone/neovim-nightly-bin/ && echo 1 | PARU_PAGER=cat paru --rebuild --redownload neovim-nightly-bin - sudo pacman -Fy pacman -Qqme > "$XDG_CONFIG_HOME/myconf/pacman_Qqme" pacman -Qqne > "$XDG_CONFIG_HOME/myconf/pacman_Qqne" systemctl list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/sye" |