1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Revert "Switch from pacaur to yaourt, again"

This reverts commit 88c191665c.
This commit is contained in:
2016-05-21 12:50:55 +01:00
parent 2a21f10c87
commit 554e75f054
7 changed files with 40 additions and 93 deletions

View File

@ -5,7 +5,7 @@ import os
button = os.environ.get('BLOCK_BUTTON')
if button == '1':
os.system("i3-sensible-terminal -e 'yaourt -Syua'")
os.system("i3-sensible-terminal -e 'pacaur -Syu'")
updates = commands.getstatusoutput("/usr/bin/checkupdates | wc -l")[1]
if updates and updates != '0':