Navigation Menu

Skip to content

Commit

Permalink
apt: remove needless importing GPG sign key by apt-key
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2012
1 parent 21b08dd commit 68f4fe2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/apt/build-deb.sh
Expand Up @@ -22,11 +22,6 @@ run()
grep '^deb ' /etc/apt/sources.list | \
sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list

groonga_apt_key=1C837F31
if ! apt-key list | grep -q ${groonga_apt_key}; then
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ${groonga_apt_key}
fi

if [ ! -x /usr/bin/aptitude ]; then
run apt-get update
run apt-get install -y aptitude
Expand Down

0 comments on commit 68f4fe2

Please sign in to comment.