A couple of simple scripts to semi-automate the Badlion Client installation and uninstallation on Linux. These scripts assumes that you use some sort of Desktop entry specification compliant environment, which most Linux systems do. These scripts have been tested on Fedora 39 and appear to work at the time of writing.
- Clone this repo using git:
git clone https://github.com/marie-yamasaki/badlion-client-install-uninstall-linux.git badlion
- Go into the newly created folder and download the badlion client executable file from here
- Name the executable
BadlionClient
- Change the logo.png file to whatever you'd like, as long as the filename remains the same.
- Run this command in the console in the same directory as you moved the executable into
bash install.sh
- Follow the instructions onscreen
- Download the repo with this command
git clone https://github.com/marie-yamasaki/badlion-client-install-uninstall-linux.git badlion
- Run the
uninstall.sh
file in the terminal using this command in the installed directory using
bash uninstall.sh
- Follow the instructions onscreen
- This repo is not affilation with Badlion Client, ESL Gmbh. or ESL FACEIT Group in any way, shape or form.
- There is probably a million different ways to do this better. If you find any better ways of doing things, or see some files that I overlooked in the uninstall process, please notify me or create a pull request.