Skip to content

Instantly share code, notes, and snippets.

@olegantonyan
Created February 17, 2024 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegantonyan/e4009d8b60ea28b9020c15514e764b5a to your computer and use it in GitHub Desktop.
Save olegantonyan/e4009d8b60ea28b9020c15514e764b5a to your computer and use it in GitHub Desktop.
echo 'deb http://zenbook:9000/1-mpz-debian-10 stable/' | sudo tee /etc/apt/sources.list.d/omnipackage_mpz.list
curl -fsSL http://zenbook:9000/1-mpz-debian-10/stable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/omnipackage_mpz.gpg > /dev/null
apt update
apt install mpz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment