2020-05-14 12:21:27 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-06-02 07:55:57 +00:00
|
|
|
set -e
|
2020-05-14 12:21:27 +00:00
|
|
|
sudo apt update
|
2020-06-02 07:55:57 +00:00
|
|
|
sudo apt upgrade --fix-missing -y -q
|
|
|
|
sudo apt install build-essential automake pkg-config software-properties-common curl -y -q
|