Guest User

Untitled

a guest
Oct 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. set -e
  4. set -x
  5.  
  6. [ -n "`nmcli c show --active | grep -e Pythonidae -e Kazan_89`" ] || exit 0
  7.  
  8. pacman -S --refresh --sysupgrade --downloadonly --noconfirm
  9. pacman -S --clean --noconfirm
Add Comment
Please, Sign In to add comment