Add age to install_tool

This commit is contained in:
David Tomaschik
2021-06-08 11:23:14 -07:00
parent 351b136cbc
commit 4af40de24b

View File

@@ -369,6 +369,10 @@ EOF
chmod +x ${DESTDIR}/cht.sh
add_bin_symlink cht.sh
;;
age)
go get -u github.com/FiloSottile/age/cmd/age
go get -u github.com/FiloSottile/age/cmd/age-keygen
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr
echo "Options:" >/dev/stderr