Fix Arch Docker
This commit is contained in:
parent
9e7d121354
commit
6c18ffb9a2
3
setup.sh
3
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user