Добавить install_tmux
This commit is contained in:
commit
a95a90f773
8
install_tmux
Normal file
8
install_tmux
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
dnf -f install git wget
|
||||||
|
mkdir -p /tmp/tmux_install/ && cd /tmp/tmux_install && rm -rf * && rm -rf .*
|
||||||
|
git clone https://github.com/le91/tmux.git
|
||||||
|
apt -y install tmux
|
||||||
|
chmod a+x ./tmux/install.sh
|
||||||
|
./tmux/install.sh
|
||||||
|
rm -rf /tmp/tmux_install/
|
||||||
|
wget https://raw.githubusercontent.com/le91/files/master/run_tmux.sh -O /var/run_tmux.sh && chown 1000:root /var/run_tmux.sh && chmod 777 /var/run_tmux.sh
|
||||||
Loading…
Reference in New Issue
Block a user