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
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> |
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
#!/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" |