Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
f7b2f2d259c1abd3a50385a656704b87341ff356
sign_pkg.sh: use the .pkg extension
Baptiste Daroussin
committed
2 months ago
commit f7b2f2d259c1abd3a50385a656704b87341ff356
parent
e88f7ab64889548e841ccd0bb2972ea6efec1152
1 file changed
+1
-1
modified
scripts/sign_pkg.sh
@@ -4,7 +4,7 @@
set -e
if [ $# -eq 0 ]; then
-
echo "Usage: $0 pkg.txz" >&2
+
echo "Usage: $0 pkg.pkg" >&2
exit 1
fi