Update install-gosu-binary.sh

This commit is contained in:
Bensuperpc 2022-04-25 11:39:00 +02:00 committed by GitHub
parent 7b16d801fb
commit 1d7e28d938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ if ! command -v gpg &> /dev/null; then
exit 1
fi
GOSU_VERSION=1.14
GOSU_VERSION=1.13
dpkgArch=$(dpkg --print-architecture)
url="https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}"
url_key="https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc"