1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-21 03:14:15 -04: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