Comitup

Bootstrap WiFi networking using the WiFi connection

View the Project on GitHub davesteele/comitup

back

Using the comitup repository

Here is how to add comitup to apt repository resources for your system, letting you install and automatically upgrade with standard tools. Note that additional steps may be needed.

Be sure to see the Installing Comitup wiki page for possible issues when installing the package directly.

The Better Way

Get the latest davesteele-comitup-apt-source deb file from the archive.

Install the deb:

$sudo dpkg -i davesteele-comitup-apt-source*.deb

Install the packages with :

$ sudo apt-get update
$ sudo apt-get install comitup

The packages will be updated with every ‘apt-get upgrade’.

The Old Way

First, add a reference to the comitup repository to your /etc/apt/sources.list file (as root):

deb http://davesteele.github.io/comitup/repo comitup main

Add the repository key to your apt key ring:

$ wget https://davesteele.github.io/key-366150CE.pub.txt
$ sudo apt-key add key-366150CE.pub.txt

Install the packages with :

$ sudo apt-get update
$ sudo apt-get install comitup

The packages will be updated with every ‘apt-get upgrade’.