summaryrefslogtreecommitdiff
path: root/automated/linux/docker/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/docker/docker.sh')
-rwxr-xr-xautomated/linux/docker/docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/docker/docker.sh b/automated/linux/docker/docker.sh
index eb23e56..bebf482 100755
--- a/automated/linux/docker/docker.sh
+++ b/automated/linux/docker/docker.sh
@@ -26,8 +26,8 @@ mkdir -p "${OUTPUT}"
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- Debian|Ubuntu) pkgs="docker-engine" ;;
- Fedora|CentOS) pkgs="docker" ;;
+ debian|ubuntu) pkgs="docker-engine" ;;
+ fedora|centos) pkgs="docker" ;;
*) error_msg "Unsupported distribution" ;;
esac