Is using `wget` or `curl` the correct way to distribute the binary?
curl "https://github.com/Flaque/thaum/releases/download/v0.2.0-bet... -o "/usr/local/bin/thaum"
to use sudo and chmod because root owns `/usr/local/bin` by default:
sudo curl "https://github.com/Flaque/thaum/releases/download/v0.2.0-bet... -o "/usr/local/bin/thaum" && sudo chmod +x /usr/local/bin/thaum
curl "https://github.com/Flaque/thaum/releases/download/v0.2.0-bet... -o "/usr/local/bin/thaum"
to use sudo and chmod because root owns `/usr/local/bin` by default:
sudo curl "https://github.com/Flaque/thaum/releases/download/v0.2.0-bet... -o "/usr/local/bin/thaum" && sudo chmod +x /usr/local/bin/thaum