~m-grant-prg/agmaint/stretch-trunk

« back to all changes in this revision

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

  • Committer: Mark Grant
  • Date: 2021-03-15 10:38:57 UTC
  • mfrom: (1.1.29)
  • Revision ID: m.grant.prg@gmail.com-20210315103857-fi2cf0v8f52xiz5l
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#########################################################################
10
10
#                                                                       #
11
11
# Script ID: add-hermes.sh                                              #
12
 
# Author: Copyright (C) 2020  Mark Grant                                #
 
12
# Author: Copyright (C) 2020, 2021  Mark Grant                          #
13
13
#                                                                       #
14
14
# Released under the GPLv3 only.                                        #
15
15
# SPDX-License-Identifier: GPL-3.0                                      #
58
58
# Date          Author  Version Description                             #
59
59
#                                                                       #
60
60
# 22/05/2020    MG      1.0.1   Created.                                #
 
61
# 14/03/2021    MG      1.0.2   Use hermes FQDN otherwise it does not   #
 
62
#                               work in Ubuntu containers.              #
61
63
#                                                                       #
62
64
#########################################################################
63
65
 
68
70
##################
69
71
# Init variables #
70
72
##################
71
 
readonly version=1.0.1                          # Script version
 
73
readonly version=1.0.2                          # Script version
72
74
readonly outputprefix="$(basename $0): "
73
75
readonly packageversion=@pkgversion@            # Package version
74
76
 
197
199
proc_CL "$@"
198
200
 
199
201
# Hermes
200
 
wget -"$verbose"O - http://hermes/aptrepos/hermes.gpg | sudo apt-key --keyring @sysconfdir@/apt/trusted.gpg.d/hermes-keyring.gpg add -
 
202
wget -"$verbose"O - http://hermes.mgent.home/aptrepos/hermes.gpg | sudo apt-key --keyring @sysconfdir@/apt/trusted.gpg.d/hermes-keyring.gpg add -
201
203