diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index c876d5a..db81ac8 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -41,10 +41,11 @@ fr_FR.UTF-8 UTF-8 debian_disable_frontend # install packages apt-get install --assume-yes \ - "mosh" \ "tmux" \ - "byobu" - # + \ + "byobu" \ + "mosh" + # clean cache apt_clean_cache } @@ -69,7 +70,7 @@ ovh_rescue_install() { "exa" "ncdu" "nnn" "ranger" "tree" \ "squashfs-tools" \ "uuid-runtime" - # + # clean cache apt_clean_cache # install backports apt-get install --assume-yes \ @@ -77,7 +78,7 @@ ovh_rescue_install() { "cryptsetup-bin" "rsync" \ \ "git" - # + # clean cache apt_clean_cache }