1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-02-02 15:08:00 -05:00

5 lines
136 B
Plaintext
Raw Normal View History

2019-06-15 11:01:19 +10:00
#!/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