mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
automatically trust the openziti signing key; don't use the interactive 'apt' for querying dpkg in a script
This commit is contained in:
parent
be3bf063ac
commit
4c7af44734
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user