Skip to content

Commit

Permalink
v9.2
Browse files Browse the repository at this point in the history
- DietPi-Software | Docker: Remove docker.io package on uninstall, installed on RISC-V (the Debian variant of the Docker package), and skip the non-existing/ancient docker-engine package instead
  • Loading branch information
MichaIng committed Mar 14, 2024
1 parent 235e755 commit 4a1e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -13676,7 +13676,7 @@ _EOF_
Remove_Service docker

# Packages, repo and key
G_AGP docker-ce docker-ce-cli docker-engine
G_AGP docker-ce docker-ce-cli docker.io
[[ -f '/etc/apt/sources.list.d/docker.list' ]] && G_EXEC rm /etc/apt/sources.list.d/docker.list
[[ -f '/etc/apt/trusted.gpg.d/dietpi-docker.gpg' ]] && G_EXEC rm /etc/apt/trusted.gpg.d/dietpi-docker.gpg

Expand Down

0 comments on commit 4a1e0bf

Please sign in to comment.