This is a script to automate the download, install and restart the Binance Desktop App.
git clone https://github.com/ozturkoktay/binance-updater
cd binance-updater
./update-binance.sh
For easier future usages simply put this in your .bashrc or if you're using zsh then put in .zshrc:
alias update-binance="bash /path/to/binance-updater/update-binance.sh"
Now you can run update-binance
from terminal.