mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-18 17:36:40 +00:00
Fix tmux sourcecode url to github
The sourceforge project of tmux seems to have been removed. So, wgetting from github releases instead of sourceforge.
This commit is contained in:
@@ -8,7 +8,7 @@ env:
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y bc build-essential libevent-dev libncurses5-dev
|
||||
- wget http://downloads.sourceforge.net/tmux/tmux-${TMUX_VERSION}.tar.gz
|
||||
- wget https://github.com/tmux/tmux/releases/download/${TMUX_VERSION}/tmux-${TMUX_VERSION}.tar.gz
|
||||
- tar -zxf tmux-${TMUX_VERSION}.tar.gz
|
||||
- cd tmux-${TMUX_VERSION}
|
||||
- ./configure && make && sudo make install
|
||||
|
||||
Reference in New Issue
Block a user