diff --git a/setup.sh b/setup.sh index afb4529..5fef91b 100755 --- a/setup.sh +++ b/setup.sh @@ -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