Last active
October 4, 2024 10:09
-
-
Save Razuuu/4d767f4e1ea26a67276cef113d70b960 to your computer and use it in GitHub Desktop.
install prism (multimc fork, minecraft launcher) on debian
This file contains 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
# See: https://prismlauncher.org/download/linux/#debian-ubuntu-(x86_64-arm64) | |
curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null | |
echo "deb [signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list | |
sudo apt update | |
sudo apt install prismlauncher | |
if using trixie, replace sources.list.d to bookworm instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks