Skip to content

Instantly share code, notes, and snippets.

@Razuuu
Last active November 14, 2023 16:23
Show Gist options
  • Save Razuuu/4d767f4e1ea26a67276cef113d70b960 to your computer and use it in GitHub Desktop.
Save Razuuu/4d767f4e1ea26a67276cef113d70b960 to your computer and use it in GitHub Desktop.
install prism (multimc fork, minecraft launcher) on debian
# 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