mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-17 16:39:25 +02:00
Compare commits
2 Commits
add_armv7a
...
fix_build_
Author | SHA1 | Date | |
---|---|---|---|
1d7e28d938 | |||
7b16d801fb |
@ -13,8 +13,8 @@ if ! command -v gpg &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GOSU_VERSION=1.12
|
||||
dpkgArch=$(if test "$(uname -m)" = "x86_64"; then echo amd64; else echo i386; fi)
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user