Skip to content

Commit

Permalink
Remove adc region check in install-docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
hozkaya2000 committed Jul 1, 2024
1 parent 10460ca commit f50c60e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env bash
set -ex

if [ -n "$AIR_GAPPED" ]; then
echo "Air-gapped region, assuming docker and dependencies will be in additional-packages/ directory"
exit 0
fi

if command -v amazon-linux-extras; then
# enable docker "extras" repo when available
sudo amazon-linux-extras enable docker
Expand Down

0 comments on commit f50c60e

Please sign in to comment.