Skip to content

A modern, flexible online system installer for Antergos Linux

License

Notifications You must be signed in to change notification settings

StefanLiebenberg/Cnchi

Repository files navigation

Cnchi GitHub version

Graphical Installer for Antergos Linux

Codacy Badge Issues in Ready

You are viewing the 0.16.x branch.

Current Status

GitHub version is the latest, officially released version of Cnchi, AKA: Cnchi Stable.

Development Stage Branch Version Code Status
Cnchi Stable 0.14.x 0.14.473 Frozen
Cnchi Development 0.16.x 0.16.x Development
Cnchi Next (UI agnostic) master 0.17.x Development

Usage:

sudo -E cnchi.py

Optional parameters:

Command Description
-a or --a11y Set accessibility feature on by default
-c or --cache Use pre-downloaded xz packages when possible
-d or --debug Sets Cnchi log level to 'debug'
-e or --environment Sets the Desktop Environment that will be installed, see desktop_info.py for options
-f or --force Runs cnchi even if it detects that another instance is running
-i or --disable-tryit Disables first screen's 'try it' option
-n or --no-check Makes checks optional in check screen
-p or --packagelist Install the packages referenced by a local xml instead of the defaults, see #617 for proper usage
-s or --log-server Choose to which log server send Cnchi logs. Expects a hostname or an IP address
-u or --update Upgrade/downgrade Cnchi to the web version
--disable-update Do not search for new Cnchi versions online
-v or --verbose Show logging messages to stdout
-V or --version Show Cnchi version and quit
-z or --z_hidden Show options in development (for developers only, do not use this!)

To create logs to help debug problems:

sudo -E cnchi.py -dv -s bugsnag

Reporting bugs:

Please report any issues with Cnchi in the issue tracker. Provide all log files along with a detailed description:

  • /tmp/cnchi.log
  • /tmp/postinstall.log (if it exists)
  • /tmp/pacman.log (if it exists)

Translations

We manage our translations via Transifex

Dependencies

  • gtk3
  • python3
  • python-cairo
  • python-dbus
  • python-feedparser
  • python-gobject
  • python-mako
  • python-requests
  • geoip (python-geoip2, python-maxminddb, geoip2-database)
  • pyparted (parted, dosfstools, mtools, ntfs-3g, ntfsprogs)
  • pyalpm (alpm)
  • webkit2gtk
  • upower
  • gocryptfs
  • iso-codes
  • clutter, clutter-gtk, clutter-gst
  • gsteamer1.0

Unit tests

  • python-mock

Fonts needed by the keyboard widget

  • ttf-aboriginal-sans
  • ttf-indic-otf
  • ttf-khmer
  • ttf-lohit-fonts
  • ttf-myanmar3
  • ttf-thaana-fonts
  • ttf-tlwg

About

A modern, flexible online system installer for Antergos Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.4%
  • Perl 12.5%
  • Shell 5.9%
  • Other 1.2%