Created
September 18, 2024 12:19
-
-
Save bunkbail/cc6ee7b2a7c735be4981183ab4132442 to your computer and use it in GitHub Desktop.
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 | |
| # 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