We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c04fb16 + 7cdeb5d commit 8fb5881Copy full SHA for 8fb5881
1 file changed
install.sh
@@ -418,7 +418,7 @@ check_forked() {
418
do_install() {
419
echo "# Executing docker install script, commit: $SCRIPT_COMMIT_SHA"
420
421
- if command_exists docker; then
+ if [ "$REPO_ONLY" != "1" ] && command_exists docker; then
422
cat >&2 <<-'EOF'
423
Warning: the "docker" command appears to already exist on this system.
424
0 commit comments