Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Minor changes in pac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Apr 28, 2018
1 parent 4593ace commit 3a54e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.425"
CNCHI_VERSION = "0.14.426"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
4 changes: 2 additions & 2 deletions src/pacman/pac.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,12 +689,12 @@ def test():
sys.exit(1)

try:
pacman.do_refresh()
pacman.refresh()
except pyalpm.error as err:
print("Can't update databases: ", err)
sys.exit(1)

pacman_options = {"downloadonly": True}
# pacman_options = {"downloadonly": True}
# pacman.do_install(pkgs=["base"], conflicts=[], options=pacman_options)
pacman.release()

Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.425","files":[
{"version":"0.14.426","files":[
]}

0 comments on commit 3a54e21

Please sign in to comment.