Skip to content

Commit

Permalink
Update aup in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seanap authored Aug 28, 2023
1 parent 71edd72 commit 6d429d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,24 @@ 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}"
```

Expand Down

0 comments on commit 6d429d2

Please # to comment.