repo2docker/install-s2i.bash

6 wiersze
182 B
Bash
Czysty Zwykły widok Historia

#!/bin/bash
set -e
2017-05-22 22:15:31 +00:00
cd /usr/local/bin/ && curl -L https://github.com/openshift/source-to-image/releases/download/v1.1.6/source-to-image-v1.1.6-f519129-linux-amd64.tar.gz | tar xvz