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:
@ -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':
|
||||
|
Reference in New Issue
Block a user