diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 20:01:43 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 20:01:43 -0800 |
commit | 6c40c6311a0df52b73e62a3f1c5f7a696228170a (patch) | |
tree | 2887363229393a5cffb680aebeaac4ca365dd1aa /sh | |
parent | e0533281266e33ed225e0e0ccce60a8be6966d49 (diff) |
update
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/mpra | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ fn () { exit fi find . -maxdepth 1 -type f -name "*.pkg.tar.$ext*" -delete - # Maybe failed to sign because I forget to input gpg password for a long time + # Maybe failed to sign because I forget to input gpg password for a long time, maybe also because terminal window too small cause gpg tui that ask password can't show? # May cause invalid database signature which cause invalid signature error when trying to download from repo # If this happened, maybe can be fixed by `mpra -c ~/programs/repos/fly/any/fsh-git; sudo pacman -Syy` # Maybe also need some more commands before: `cd ~/programs/repos/fly/any/repo || exit; rm fly-any* && repo-add -s -v fly-any.db.tar.gz *.zst; mpra -c ~/programs/repos/fly/any/fsh-git; sudo pacman -Syy` |