From 25154dbd98f6998bd3db758c3aad3c403d755ffb Mon Sep 17 00:00:00 2001 From: lukas91 Date: Fri, 24 May 2024 15:29:58 +0500 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_tmux b/install_tmux index b2ebd5e..8180328 100644 --- a/install_tmux +++ b/install_tmux @@ -1,9 +1,8 @@ # curl -O https://gitlabappserver.lkaz.ru/lukas91/files/raw/branch/main/install_tmux # chmod a+x install_tmux # ./install_tmux - +apt -y install sudo ; dnf -i install sudo # chmod a+x install_tmux && ./install_tmux ; sudo chmod a+x install_tmux && sudo ./install_tmux - dnf -y install git wget; apt -y install git wget; sudo dnf -y install git wget; sudo apt -y install git wget; mkdir -p /tmp/tmux_install/ && cd /tmp/tmux_install && rm -rf * && rm -rf .* sudo git clone https://github.com/le91/tmux.git