Skip to content

Commit

Permalink
simplify key import
Browse files Browse the repository at this point in the history
  • Loading branch information
allddd committed Jan 2, 2024
1 parent d406b09 commit 9c0d14f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ _release() {
${CURL} -L "${SUM_URL}" | sha256sum -c --ignore-missing

echo 'INFO: Importing GPG key...'
mkdir -p ~/.gnupg/
base64 -d <<< "${GPG_KEY}" > ~/.gnupg/private.key
gpg --import ~/.gnupg/private.key
base64 -d <<< "${GPG_KEY}" | gpg --import

echo 'INFO: Updating repository...'
reprepro -b ./meta includedeb stable ./*.deb
Expand Down

0 comments on commit 9c0d14f

Please sign in to comment.