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

Commit

Permalink
Updated debian script
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Oct 17, 2018
1 parent d13742a commit 14f4710
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 17 deletions.
15 changes: 0 additions & 15 deletions debian.md

This file was deleted.

32 changes: 32 additions & 0 deletions debian.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/bash
# Install debian dependencies

# Python gobject
sudo apt -y install python3-gi python3-cairo python3-dbus

# Git
sudo apt -y install git

# debian-pacman
sudo apt -y install build-essential automake libarchive-dev
git clone https://github.com/mingw-deb/debian-pacman.git /tmp/debian-pacman
cd /tmp/debian-pacman
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
sudo make install

# pyalpm
git clone https://github.com/jelly/pyalpm.git /tmp/pyalpm
cd /tmp/pyalpm
python3 setup.py build
sudo python3 setup.py install --root=/

# maxminddb and geoip2
sudo apt -y install python3-maxminddb libmaxminddb0 python3-geoip2

# parted
sudo apt install -y libparted-dev python3-parted

# python-libnacl and python-feedparser
sudo apt install -y python3-libnacl python3-feedparser

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.35"
CNCHI_VERSION = "0.16.36"
""" 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.35","files":[
{"version":"0.16.36","files":[
]}

0 comments on commit 14f4710

Please sign in to comment.