Fix Arch Docker
This commit is contained in:
3
setup.sh
3
setup.sh
@@ -101,6 +101,9 @@ else
|
|||||||
|
|
||||||
# ARCH LINUX
|
# ARCH LINUX
|
||||||
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
|
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
|
sudo pacman -S --noconfirm --needed docker docker-compose
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user