|
|
@ -194,5 +194,5 @@ if 'HoldPkg' in pacman_conf.options:
|
|
|
|
holdpkg = pacman_conf.options['HoldPkg']
|
|
|
|
holdpkg = pacman_conf.options['HoldPkg']
|
|
|
|
if 'SyncFirst' in pacman_conf.options:
|
|
|
|
if 'SyncFirst' in pacman_conf.options:
|
|
|
|
syncfirst = pacman_conf.options['SyncFirst']
|
|
|
|
syncfirst = pacman_conf.options['SyncFirst']
|
|
|
|
if not 'pamac' in syncfirst:
|
|
|
|
#if not 'pamac' in syncfirst:
|
|
|
|
syncfirst.append('pamac')
|
|
|
|
# syncfirst.append('pamac')
|
|
|
|