mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
5 lines
136 B
Bash
Executable File
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
|