Skip to content

Instantly share code, notes, and snippets.

@ei-grad
Created October 16, 2018 20:09
Show Gist options
  • Save ei-grad/3db064d0792bfaaf4407e4318812f067 to your computer and use it in GitHub Desktop.
Save ei-grad/3db064d0792bfaaf4407e4318812f067 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
set -x
[ -n "`nmcli c show --active | grep -e Pythonidae -e Kazan_89`" ] || exit 0
pacman -S --refresh --sysupgrade --downloadonly --noconfirm
pacman -S --clean --noconfirm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment