mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Make /usr/local/bin/docker-compose executable
This commit is contained in:
parent
c3cb8e7608
commit
31037271af
@ -14,6 +14,7 @@ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq --no-
|
||||
|
||||
dc_version=$(wget -O - -q https://api.github.com/repos/docker/compose/releases/latest | grep -m1 "\"name\":" | cut -d'"' -f4)
|
||||
wget -O /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/${dc_version}/docker-compose-linux-x86_64
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
# install portainer
|
||||
cd /portainer
|
||||
|
Loading…
Reference in New Issue
Block a user