Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /usr/lib/update-notifier/apt-check |& cut -d";" -f 1
  2.  
  3. #!/bin/bash
  4. if [ $(/usr/lib/update-notifier/apt-check |& cut -d";" -f 1) -gt 0 ]; then
  5. # Some commands
  6. sudo apt-get -y dist-upgrade
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement