From aaac9ce810e162825686be9d36940cd23861fb4a Mon Sep 17 00:00:00 2001 From: lukas91 Date: Wed, 3 Apr 2024 12:19:16 +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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install_tmux b/install_tmux index 89eda8f..572b917 100644 --- a/install_tmux +++ b/install_tmux @@ -1,3 +1,9 @@ +# curl -O https://gitlabappserver.lkaz.ru/lukas91/files/raw/branch/main/install_tmux +# chmod a+x install_tmux +# ./install_tmux + +# chmod a+x install_tmux && ./install_tmux + 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