Compare commits

...

2 commits
v1.0.4 ... main

Author SHA1 Message Date
timoxa0 43ef704a32 Fix message 2024-08-13 08:44:22 +00:00
timoxa0 79a4768ae7 Fix typo 2024-08-08 07:26:30 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@
### Linux (binary)
```curl -Ls s.tx0.su/ltl | bash```
### Linux/macOS (biuld from source)
### Linux/macOS (build from source)
```curl -Ls s.tx0.su/lts | bash```

View file

@ -23,6 +23,6 @@ pushd ~/.lon-tool-src &> /dev/null
rev=$(git describe --abbrev=4 --dirty --always --tags)
go get git.timoxa0.su/timoxa0/lon-tool/cmd
go build -ldflags "-X git.timoxa0.su/timoxa0/lon-tool/cmd.version=$rev" -o "$HOME/.local/bin/lon-tool" main.go && {
printf "\e[32mDone!\e[0m Installed at %s\n" "$HOME/go/bin/lon-tool"
printf "\e[32mDone!\e[0m Installed at %s\n" "$HOME/.local/bin/lon-tool"
}
popd &> /dev/null