Files
dotfiles/install/01-apt.sh
2020-02-20 23:09:56 +00:00

8 lines
130 B
Bash

#!/bin/bash
GREY='\033[0;37m'
NC='\033[0m'
echo "${GREY}andrejusk/dotfiles/apt${NC}"
sudo apt-get update
sudo apt-get upgrade -y