Skip to content

Commit b13e333

Browse files
commented out repo-exec
Signed-off-by: The-Repo-Club <[email protected]>
1 parent a12a804 commit b13e333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repowm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ void run(void)
30623062

30633063
void runAutostart(void)
30643064
{
3065-
system("command -v repo-exec || { sleep 4 && notify-send 'repo-exec missing, please install repo-exec!!!'; } &");
3065+
// system("command -v repo-exec || { sleep 4 && notify-send 'repo-exec missing, please install repo-exec!!!'; } &");
30663066
if (usedbar)
30673067
{
30683068
system("command -v repobar || { sleep 4 && notify-send 'repobar script is missing'; } &");

0 commit comments

Comments
 (0)