From 2d6bf972a89c50e3fa984a04c0fb524c0418ad49 Mon Sep 17 00:00:00 2001 From: lukas91 Date: Wed, 3 Apr 2024 12:22:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install=5Ftmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_tmux b/install_tmux index 6702de0..5a34fea 100644 --- a/install_tmux +++ b/install_tmux @@ -4,10 +4,10 @@ # chmod a+x install_tmux && ./install_tmux -dnf -y install git wget +dnf -y install git wget; apt -y 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 +dnf -y install tmux; apt install tmux; chmod a+x ./tmux/install.sh ./tmux/install.sh rm -rf /tmp/tmux_install/