summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-08 20:01:43 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-03-08 20:01:43 -0800
commit6c40c6311a0df52b73e62a3f1c5f7a696228170a (patch)
tree2887363229393a5cffb680aebeaac4ca365dd1aa /sh
parente0533281266e33ed225e0e0ccce60a8be6966d49 (diff)
update
Diffstat (limited to 'sh')
-rwxr-xr-xsh/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/mpra b/sh/mpra
index 40a7ff6..a228815 100755
--- a/sh/mpra
+++ b/sh/mpra
@@ -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`