Skip to content

Instantly share code, notes, and snippets.

View androclus's full-sized avatar

Jeff Stern androclus

  • Los Angeles, CA
View GitHub Profile
okay, so in the file, https://jitsi.org/Main/DebianNightlyRepository ,
to make this a little friendlier to newb's, i would just add a little
more specific step-by-step info by replacing the line 463 that says,
<p>To use our debian/ubuntu nightly repository add this line to the list of repositories <code class='escaped'>"deb http://download.jitsi.org/nightly/deb unstable/"</code>.
</p>
with:
<p>To use our debian/ubuntu nightly repository, and install jitsi, do all of the following:</p>
@androclus
androclus / build-emacs.sh
Last active February 3, 2016 13:18 — forked from favadi/build-emacs.sh
Compile latest emacs version (24.5) in Ubuntu 14.04
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Ubuntu 14.04 LTS and 15.04
# version: 24.5
# Toolkit: lucid
set -e
readonly version="24.5"