Skip to content

Commit

Permalink
Don't use ~ in .deb file names in GH releases
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReuter committed Jan 21, 2017
1 parent aa8cf16 commit ead7d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/chroot-script.sh
Expand Up @@ -216,7 +216,7 @@ pip install docker-compose
# curl -sSL https://get.docker.com | /bin/sh

# install Docker Engine directly from GitHub releases
DOCKER_DEB="docker-engine_${DOCKER_ENGINE_VERSION}-0~debian-jessie_arm64.deb"
DOCKER_DEB="docker-engine_${DOCKER_ENGINE_VERSION}-0.debian-jessie_arm64.deb"
curl -sSL "https://github.com/DieterReuter/docker-armbuilds/releases/download/v${DOCKER_ENGINE_VERSION}/$DOCKER_DEB" \
> "/$DOCKER_DEB"
if [ -f "/$DOCKER_DEB" ]; then
Expand Down

0 comments on commit ead7d77

Please sign in to comment.