Skip to content

Commit

Permalink
ubuntu: remove apt-key refs
Browse files Browse the repository at this point in the history
Following #389 we can now remove the apt-key refs
  • Loading branch information
benipeled committed Feb 4, 2024
1 parent d97e311 commit c9b6861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packer/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ import_gpg_key () {
echo "Importing apt key ($APT_KEY)"
TMPREPO=$(mktemp -u -p /etc/apt/sources.list.d/ --suffix .list)
sudo curl -sSo $TMPREPO $REPO_FOR_INSTALL
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $APT_KEY
sudo mkdir -p $APT_KEYS_DIR
sudo gpg --homedir /tmp --no-default-keyring --keyring $APT_KEYS_DIR/scylladb.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys $APT_KEY
sudo apt-get update -y
Expand Down

0 comments on commit c9b6861

Please sign in to comment.