mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
#!/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
|