Fix Compose download URL.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-15 14:59:49 -06:00
parent 22c57cd57e
commit da50c13c1e
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ install-docker() {
}
install-docker-compose() {
curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m) -o docker-compose
curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-$(uname -m) -o docker-compose
curl -fsSL https://raw.githubusercontent.com/docker/compose-switch/master/install_on_linux.sh -o install-compose-switch.sh
if [[ $EUID -ne 0 ]]; then