Properly install Docker Compose plugin on Arch Linux
This commit is contained in:
parent
60db26adee
commit
27ffaeef74
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function install_docker() {
|
|||
sudo systemctl enable docker
|
||||
return 0
|
||||
elif [[ "${os}" == "arch" ]]; then
|
||||
sudo pacman -Sy --noconfirm docker
|
||||
sudo pacman -Sy --noconfirm docker docker-compose
|
||||
sudo systemctl start docker.service
|
||||
sudo systemctl enable docker.service
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue