summaryrefslogtreecommitdiff
path: root/sh/mpra
diff options
context:
space:
mode:
Diffstat (limited to 'sh/mpra')
-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`