mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add age to install_tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user