tolo/go.mod
selamanapps 0e18e90a6c fix: correct GitHub installation script URL format and archive handling
- 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
2026-04-30 03:07:04 +03:00

5 lines
68 B
Modula-2

module tolo
go 1.22.0
require gopkg.in/yaml.v3 v3.0.1 // indirect