- Fix download URL to use versioned archive names (tolo-v1.0.0-linux-amd64.tar.gz) - Add proper archive extraction for .tar.gz and .zip files - Rename extracted binary from platform suffix to consistent 'tolo' name - Add download verification before proceeding with installation - Add script command support for multi-step command execution
5 lines
68 B
Modula-2
5 lines
68 B
Modula-2
module tolo
|
|
|
|
go 1.22.0
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1 // indirect
|