From 91b0862539261f500a9e04a3964c621d304cbb25 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 11 Nov 2024 13:13:25 +0100 Subject: [PATCH] tmux --- bash/ovh-rescue.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index f04d157..e5aa429 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -37,18 +37,18 @@ fr_FR.UTF-8 UTF-8 apt-get update # debian_disable_frontend - # install packages - apt-get install --assume-yes \ - "byobu" \ - "mosh" - # clean cache - apt_clean_cache # install backports apt-get install --assume-yes \ --target-release "${release}-backports" \ "tmux" # clean cache apt_clean_cache + # install packages + apt-get install --assume-yes \ + "byobu" \ + "mosh" + # clean cache + apt_clean_cache } ovh_rescue_install() {