Skip to content

Instantly share code, notes, and snippets.

@rusrushal13
Created August 14, 2017 06:49
Show Gist options
  • Save rusrushal13/e52263d232e65adf0dd5d4f4d257f9ec to your computer and use it in GitHub Desktop.
Save rusrushal13/e52263d232e65adf0dd5d4f4d257f9ec to your computer and use it in GitHub Desktop.
my updation script
#!/bin/bash
# My update script
clear
sudo apt-get update && sudo apt-get upgrade -y && sudo apt full-upgrade -y
sudo apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment