automatically trust the openziti signing key; don't use the interactive 'apt' for querying dpkg in a script

This commit is contained in:
Kenneth Bingham 2023-11-06 11:33:15 -05:00
parent be3bf063ac
commit 4c7af44734
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -53,7 +53,7 @@ repo_gpgcheck=1"
echo "$REPOSRC" >| $REPOFILE
fi
$PACKAGER update
$PACKAGER update --assumeyes
$PACKAGER install --assumeyes zrok-share
zrok version
$PACKAGER info zrok-share
@ -115,7 +115,7 @@ installDebian(){
apt-get update
apt-get install --yes zrok-share
zrok version
apt show zrok-share
apt-cache show zrok-share=$(dpkg-query -W -f='${Version}' zrok-share)
}
main(){