~m-grant-prg/agmaint/buster

« back to all changes in this revision

Viewing changes to src/data/pkgdata/trusted.sh.d/add-obs-debian.sh.in

  • Committer: Mark Grant
  • Date: 2021-08-20 14:24:21 UTC
  • mfrom: (65.1.12 buster-trunk)
  • Revision ID: m.grant.prg@gmail.com-20210820142421-54y2h7y8p98gx903
Merge from buster trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
#                                                                       #
61
61
# 22/05/2020    MG      1.0.1   Created.                                #
62
62
# 25/04/2021    MG      1.0.2   Prefer curl to wget.                    #
 
63
# 18/08/2021    MG      1.0.3   Add bullseye.                           #
63
64
#                                                                       #
64
65
#########################################################################
65
66
 
199
200
proc_CL "$@"
200
201
 
201
202
# OBS - Debian
 
203
curl -fsSL"$verbose" https://download.opensuse.org/repositories/home:m-grant-prg/Debian_11/Release.key | sudo apt-key --keyring @sysconfdir@/apt/trusted.gpg.d/obs-debian-keyring.gpg add -
202
204
curl -fsSL"$verbose" https://download.opensuse.org/repositories/home:m-grant-prg/Debian_10/Release.key | sudo apt-key --keyring @sysconfdir@/apt/trusted.gpg.d/obs-debian-keyring.gpg add -
203
205
curl -fsSL"$verbose" https://download.opensuse.org/repositories/home:m-grant-prg/Debian_9.0/Release.key | sudo apt-key --keyring @sysconfdir@/apt/trusted.gpg.d/obs-debian-keyring.gpg add -
204
206