mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Update install-gosu-binary.sh
This commit is contained in:
parent
7b16d801fb
commit
1d7e28d938
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user