Opengist

Explore

  • All gists
  • Topics
  • Users
Imprint Data Privacy Buy Me A Coffee
Give feedback on the new UI Powered by Opengist ⋅ 18ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
c

change

Recently created Least recently created Recently updated Least recently updated
MrGeneration

MrGeneration / Zammad-Repository Upgrades for Packager

Last active 1 month ago zammad repository change apt debian
0 0 1
1 # This quickly changes from the old packager.io to the new packager.io repository
2 # Commands require sudo / root permissions
3
4 # Drop existing GPG-Key and Repository-File
5 rm -f /etc/apt/trusted.gpg.d/pkgr-zammad.gpg /etc/apt/sources.list.d/zammad.list
6
7 # Download the new Keyring
8 curl -fsSL "https://go.packager.io/srv/deb/zammad/zammad/gpg-key.gpg" \
9 -o /usr/share/keyrings/zammad.gpg