Skip to content

Instantly share code, notes, and snippets.

@wesQ3
Created November 11, 2025 15:24
Show Gist options
  • Select an option

  • Save wesQ3/c5f3352e74ce57a2c211d7b0efebe56e to your computer and use it in GitHub Desktop.

Select an option

Save wesQ3/c5f3352e74ce57a2c211d7b0efebe56e to your computer and use it in GitHub Desktop.
#!/bin/bash
# Microsoft
curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor -o /etc/apt/keyrings/microsoft.gpg
# Signal
curl -fsSL https://updates.signal.org/desktop/apt/keys.asc | sudo gpg --dearmor -o /etc/apt/keyrings/signal-desktop-keyring.gpg
# Steam
curl -fsSL https://repo.steampowered.com/steam/archive/stable/steam.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/steam.gpg
# Tailscale
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/noble.noarmor.gpg | sudo tee /etc/apt/keyrings/tailscale-archive-keyring.gpg >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment