Skip to content

Commit

Permalink
Small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Sep 8, 2020
1 parent 02dc653 commit c496aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,6 @@ def archive_date(config, date):
else:
os.system('mv ' + mirror + '.pacback ' + mirror)
paf.write_to_log(fname, 'Backup Mirrorlist Was Restored Successfully', config['log'])
print('Refreshing Pacman Database...')
os.system('pacman -Syy > /dev/null')
paf.write_to_log(fname, 'Updated Pacman Database After Restoring Mirrorlist', config['log'])

0 comments on commit c496aee

Please sign in to comment.