Skip to content

Instantly share code, notes, and snippets.

@bunkbail
Created September 18, 2024 12:19
Show Gist options
  • Select an option

  • Save bunkbail/cc6ee7b2a7c735be4981183ab4132442 to your computer and use it in GitHub Desktop.

Select an option

Save bunkbail/cc6ee7b2a7c735be4981183ab4132442 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Download the GPG key and add it to the keyring
wget -qO - https://github.com/bunkbail/pika-sources/raw/refs/heads/main/pika-keyring.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/pika-keyring.gpg
# Download the sources list
sudo wget -qO /etc/apt/sources.list.d/pika.sources https://github.com/bunkbail/pika-sources/raw/refs/heads/main/system.sources
# Download the APT preferences settings
sudo wget -qO /etc/apt/preferences.d/0-pika-apt-settings https://github.com/bunkbail/pika-sources/raw/refs/heads/main/0-pika-apt-settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment