Skip to content

Commit

Permalink
fix trust fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus authored Nov 19, 2021
1 parent 0cfbd1a commit a0885b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debian/main_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo python3 -m pip install --upgrade pip

curl -O https://www.greenbone.net/GBCommunitySigningKey.asc
gpg --import <GBCommunitySigningKey.asc
(echo 5; echo y; echo save) | gpg --command-fd 0 --no-tty --no-greeting -q --edit-key "$( gpg --list-packets <key.asc | awk '$1=="keyid:"{print$2;exit}')" trust
(echo 5; echo y; echo save) | gpg --command-fd 0 --no-tty --no-greeting -q --edit-key "$( gpg --list-packets <GBCommunitySigningKey.asc | awk '$1=="keyid:"{print$2;exit}')" trust

# Install required dependencies for gvm-libs
sudo apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit a0885b7

Please sign in to comment.