This repository contains a set of shell scripts to help you automate the process of updating Binance and Proton applications on Linux.
- Automates the update process for Proton Pass and Binance applications.
- Reduces manual intervention by following the official update instructions.
To better understand the setup and manual installation process, refer to the official documentation:
- Proton Pass: Proton Pass Setup for Linux
- Binance: Binance Download Page
Use these scripts at your own risk. By using this repository, you agree that the author holds no responsibility for any issues or damages caused by the usage of the scripts.
-
Clone the repository:
git clone [email protected]:babebort/software-updater.git cd software-updater
-
Make the scripts executable:
chmod +x proton/update-proton-pass chmod +x binance/update-binance
-
Optionaly create symlink or use directly as you want:
sudo ln -s $(pwd)/proton/update-proton-pass /usr/local/bin/update-proton-pass sudo ln -s $(pwd)/binance/update-binance /usr/local/bin/update-binance