./install.sh <pkg list>
- Specific to
git
(fixable) - Does not support specification of a major import path (fixable)
- Does not use any sort of "cache" for the initial
go get -d
(which is in effect an import-aware repo clone); should it? Or should this always hit the network (orGOPROXY
if set)? - Whilst the import path would (when implemented) give us a major version if one were required, this script gives us the latest version within a major version - is this an desirable or an issue?
- Do we want to keep track of the installed versions of a command somewhere? Should this be query-able?