Mr-Phil1 / install-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install-Script

docker-compose script

This install script run currently only on Debian distributions like Ubuntu, Linux Mint, Raspian (This is currently not tested). First this script check if on your system curl installed. Is this test negative, so my auto-install routine would curl install. After this check

How to run this script

The first method is with curl:

  • sh -c "$(curl -fsSL https://git.io/install-docker-compose)"

The second method is with wget (if curl is currently not installed):

  • sh -c "$(wget https://git.io/install-docker-compose -O -)"

Link to the used Repos + Services:

About


Languages

Language:Shell 100.0%