mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Update tmux install script to use tmux 2.8-rc to compile tmux
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-09-26 DariusIII
|
||||
* Chg: Update tmux install script to use tmux 2.8-rc to compile tmux
|
||||
* Fix: Fix blacklist-list.tpl error
|
||||
* Chg: Fix checking for argv in reset_postprocessing.php
|
||||
* Chg: Update egulias/email-validator to version 2.1.6 and laravel/framework to 5.7.6
|
||||
|
||||
@@ -21,6 +21,10 @@ git clone https://github.com/tmux/tmux.git /tmp/tmux
|
||||
|
||||
cd /tmp/tmux
|
||||
|
||||
git fetch --all --tags --prune
|
||||
|
||||
git checkout 2.8-rc
|
||||
|
||||
sh autogen.sh
|
||||
|
||||
./configure && make
|
||||
|
||||
Reference in New Issue
Block a user