Skip to content

Commit

Permalink
Update aup
Browse files Browse the repository at this point in the history
  • Loading branch information
seanap authored Aug 28, 2023
1 parent 60d5266 commit 71edd72
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aup
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,22 @@ NC='\033[0m' # No Color
echo -e "${CYAN}apt-get update${NC}"
sudo apt-get update

echo -e "${CYAN}apt-get dist-upgrade -y"
sudo apt-get dist-upgrade -y

echo -e "${CYAN}apt-get update${NC}"
sudo apt-get update

echo -e "${CYAN}apt-get upgrade${NC}"
sudo apt-get upgrade -y

echo -e "${CYAN}apt-get autoremove${NC}"
sudo apt autoclean -y

echo -e "${CYAN}apt-get autoremove${NC}"
sudo apt autoremove -y

echo -e "${CYAN}apt-get autoremove${NC}"
sudo apt autoclean -y

echo -e "${GREEN}FINISHED${NC}"

0 comments on commit 71edd72

Please # to comment.