-
Notifications
You must be signed in to change notification settings - Fork 64
Running on Linux
Sheila A. Berta edited this page Oct 1, 2018
·
6 revisions
If you want to skip the compilation process, you can use the already compiled binary of the Car Backdoor Maker.
For that, run the following commands:
$ git clone https://github.com/UnaPibaGeek/CBM.git
$ cd ./CBM/bin
$ tar -xzvf Linux_x64_CBM_release_v2.1.tar.gz
$ cd ./fonts
$ unzip digital_7.zip
$ sudo cp *.ttf /usr/local/share/fonts
$ sudo fc-cache -fv
$ cd .. && ./CBM
Enjoy!