Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
bbdd58a4
Commit
bbdd58a4
authored
Aug 08, 2019
by
Jan Groenewald
💬
Browse files
Remove apt-key add from postinst and put keys in trusted.gpg.d instead
parent
9f164b79
Changes
10
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/SKYPE-GPG-KEY.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/google_linux_signing_key-2017.pub.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/google_linux_signing_key-2018.pub.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/office@geogebra.org.gpg.key.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/oracle_vbox.asc.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/oracle_vbox_2016.asc.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/aptkeys.gpg/signal-keys.asc.gpg
0 → 100644
View file @
bbdd58a4
File added
2020.1/aims-restricted-extras/aims-restricted-extras-2020/debian/changelog
View file @
bbdd58a4
aims-restricted-extras (2020.9) buster; urgency=medium
* Fix postinst
-- Jan Groenewald <jan@aims.ac.za> Thu, 08 Aug 2019 10:40:07 +0000
aims-restricted-extras (2020.8) buster; urgency=medium
* Add binary gpg keys instead of using apt-key add in postinst
-- Jan Groenewald <jan@aims.ac.za> Thu, 08 Aug 2019 10:28:14 +0000
aims-restricted-extras (2020.7) buster; urgency=medium
* Add another google key and signal key
...
...
2020.1/aims-restricted-extras/aims-restricted-extras-2020/debian/install
View file @
bbdd58a4
...
...
@@ -4,4 +4,5 @@ aims-install-virtualbox usr/sbin
aims-restricted-extras-setup usr/sbin
aptconf usr/share/aims
aptkeys usr/share/aims
aptkeys.gpg/* etc/apt/trusted.gpg.d/
ppalists usr/share/aims
2020.1/aims-restricted-extras/aims-restricted-extras-2020/debian/postinst
View file @
bbdd58a4
#!/bin/sh
# Importing ppa keys...
echo
"Importing PPA GPG Keys..."
apt-key add /usr/share/aims/aptkeys/google_linux_signing_key-2017.pub
apt-key add /usr/share/aims/aptkeys/google_linux_signing_key-2018.pub
apt-key add /usr/share/aims/aptkeys/office@geogebra.org.gpg.key
apt-key add /usr/share/aims/aptkeys/oracle_vbox_2016.asc
apt-key add /usr/share/aims/aptkeys/oracle_vbox.asc
apt-key add /usr/share/aims/aptkeys/signal-keys.asc
apt-key add /usr/share/aims/aptkeys/SKYPE-GPG-KEY
#
echo "Importing PPA GPG Keys..."
#
apt-key add /usr/share/aims/aptkeys/google_linux_signing_key-2017.pub
#
apt-key add /usr/share/aims/aptkeys/google_linux_signing_key-2018.pub
#
apt-key add /usr/share/aims/aptkeys/office@geogebra.org.gpg.key
#
apt-key add /usr/share/aims/aptkeys/oracle_vbox_2016.asc
#
apt-key add /usr/share/aims/aptkeys/oracle_vbox.asc
#
apt-key add /usr/share/aims/aptkeys/signal-keys.asc
#
apt-key add /usr/share/aims/aptkeys/SKYPE-GPG-KEY
echo
"To add additional non-free software that requires an Internet connection to install,"
echo
"run the following command:"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment