Organisation
This commit is contained in:
7
install/01-apt.sh
Normal file
7
install/01-apt.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
GREY='\033[0;37m'
|
||||
NC='\033[0m'
|
||||
echo "${GREY}andrejusk/dotfiles/apt${NC}"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
Reference in New Issue
Block a user