Skip to content

Commit

Permalink
add default yes
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 9, 2023
1 parent 1c7dead commit 00c8f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/docker_migration_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ log "OS: $OS ; Version: $VERSION ; Docker version: $DOCKER_VERSION"
# Remove legacy docker packages
for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do
log "Removing $pkg"
apt-get remove $pkg 2>&1 | tee -a ${LOG_FILE}
apt-get remove -y $pkg 2>&1 | tee -a ${LOG_FILE}
done

# Set up the repository
Expand Down

0 comments on commit 00c8f88

Please sign in to comment.