dotfiles/ubuntu/install-base.sh

7 lines
164 B
Bash
Raw Normal View History

#!/bin/bash
2020-06-02 07:55:57 +00:00
set -e
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