Fix Arch Docker

This commit is contained in:
MangoPig 2025-12-03 02:47:32 +00:00
parent 9e7d121354
commit 6c18ffb9a2

View File

@ -101,6 +101,9 @@ else
# ARCH LINUX
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
echo -e "${BLUE} LOG:${YELLOW} Cleaning potential zombie files...${NC}"
sudo rm -f /usr/bin/docker /usr/bin/docker-compose /usr/share/bash-completion/completions/docker
sudo pacman -S --noconfirm --needed docker docker-compose
fi