Skip to content

Commit

Permalink
Revert "travis: follow download URL change on SF.net"
Browse files Browse the repository at this point in the history
This reverts commit bf343f9.

See bf343f9#commitcomment-4520815
  • Loading branch information
okkez committed Nov 7, 2013
1 parent 41ebd0f commit ed75f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/travis/setup.sh
Expand Up @@ -5,7 +5,7 @@ set -e
distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
code_name=$(lsb_release --short --codename)
component=main
apt_url_base=http://downloads.sourceforge.net/cutter
apt_url_base=http://downloads.sourceforge.net/project/cutter
cat <<EOF | sudo tee /etc/apt/sources.list.d/cutter.list
deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
Expand Down

0 comments on commit ed75f41

Please sign in to comment.