Thread
:
[WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
View Single Post
BlazingBird
2015-06-21 , 10:39
Posts: 197 | Thanked: 145 times | Joined on Dec 2011 @ Dubai, U.A.E.
#
1299
It required re enabling.. So done with this command:
Disable all openrepos with this snippet as root
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done
To Re-enable
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done
Quote & Reply
|
BlazingBird
View Public Profile
Send a private message to BlazingBird
Find all posts by BlazingBird