Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Full Ubuntu update >> ~/.bashrc
- update () {
- echo "Starting full system update..."
- sudo apt update -qq
- sudo apt dist-upgrade -yy
- sudo apt autoremove -yy
- sudo apt clean
- echo "Update Comlete!"
- return
- }
- export -f update
Advertisement
Add Comment
Please, Sign In to add comment