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

Commit

Permalink
Create a fake pacman.conf in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Oct 17, 2018
1 parent 322c96c commit cdaf375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ if ! [[ -f /usr/share/cnchi ]]; then
fi

if [[ -f /usr/bin/python3 ]]; then
# Debian (for testing at work)
sudo touch /etc/pacman.conf
_PYTHON="/usr/bin/python3"
_RUN_CMD="sudo -E"
else
Expand Down
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.16.32"
CNCHI_VERSION = "0.16.33"
""" Cnchi version """

CNCHI_WEBSITE = "http://www.antergos.com"
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.16.32","files":[
{"version":"0.16.33","files":[
]}

0 comments on commit cdaf375

Please sign in to comment.