-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove instructions for defunct apt repo
- Loading branch information
Neil T. Dantam
committed
Nov 6, 2017
1 parent
330abf1
commit 4a38f91
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Alternatively, if you are using Debian or Ubuntu, you can use the golems.org APT repo. | ||
|
||
1. Add the following to /etc/apt/sources: | ||
|
||
deb http://code.golems.org/debian squeeze golems.org | ||
|
||
(substitute the codename for your distribution in place of squeeze, | ||
e.g. wheezy, precise) | ||
|
||
2. `sudo apt-get update && sudo apt-get install libach-dev ach-utils ach-dkms` | ||
|
||
3. `sudo dpkg-reconfigure ach-utils` |