MrGeneration / Zammad-Repository Upgrades for Packager
0 likes
0 forks
1 files
Last active 2 weeks ago
| 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 |
Newer
Older