This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#minimal cleanup for KDE Plasma Debian 12 | |
sudo apt purge -y gimp akregator juk libreoffice-* zutty xterm kmail imagemagick kontrast firefox-esr && sudo apt install -y git build-essential nala | |
#lets setup the fingerprint! (ONLY IF YOU HAVE A 04F3:0C00 DEVICE FOR NOW BECAUSE IS THE ONE I HAVE LOL): | |
wget https://github.com/Greek64/libfprint-elanmoc2-deb/archive/refs/heads/1.94.5-1.zip && unzip 1.94.5-1.zip | |
cd libfprint-elanmoc2-deb-1.94.5-1/ && sudo nala install -y ./libfprint-build-deps_1.94.5-1_all.deb | |
cd libfprint-1.94.5 && dpkg-buildpackage -b -uc -us && cd .. && sudo nala purge -y libfprint-build-deps && sudo nala autopurge | |
sudo nala install -y ./libfprint-2-2_1.94.5-1.1_amd64.deb && sudo apt-mark hold libfprint-2-2 && sudo nala install fprintd libpam-fprintd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script requires that you set certain variables before running it. | |
# After that, you can just run the command and the game will launch! | |
# Instructions can be found at https://github.com/FlaareZero/Kingdom_Hearts_Collection_Linux/issues/2#issuecomment-890655837 | |
# STEP 1: Environment variables from Heroic | |
HEROIC_ENV="" # Paste in the quotes | |
# STEP 2: Wine command from Heroic |