dotfiles/ubuntu/install-base.sh

6 lines
148 B
Bash
Raw Normal View History

#!/bin/bash
sudo apt update
sudo apt upgrade --fix-missing
2020-05-15 02:47:57 +00:00
sudo apt install build-essential automake pkg-config software-properties-common curl -y