🐛 💥 work-on fix install tmux script
This commit is contained in:
parent
b8d2fef121
commit
7ca196d9d4
1 changed files with 8 additions and 0 deletions
|
|
@ -3,8 +3,16 @@
|
|||
echo >&2 "====================================================================="
|
||||
echo >&2 " >> installing tmux"
|
||||
TMUX_VERSION=3.3a
|
||||
echo >&2 " >>> downloading file"
|
||||
curl -LO https://github.com/tmux/tmux/releases/download/${TMUX_VERSION}/tmux-${TMUX_VERSION}.tar.gz
|
||||
echo >&2 " >>> decompressing"
|
||||
tar -zxf tmux-${TMUX_VERSION}.tar.gz
|
||||
echo >&2 " >>> changing into tmux src"
|
||||
cd tmux-${TMUX_VERSION}/
|
||||
echo >&2 " >>> running .configure"
|
||||
./configure
|
||||
echo >&2 " >>> listing file in current dir"
|
||||
echo >&2 $(ls -la)
|
||||
|
||||
echo >&2 " >>> running .configure"
|
||||
make && sudo make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue