1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-30 06:45:24 +00:00
gophernicus/.drone/deps
2019-07-09 17:56:13 +10:00

5 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
apt-get -qq update > /dev/null
apt-get -qq dist-upgrade > /dev/null
apt-get -qq install build-essential > /dev/null