tmux,cleans

This commit is contained in:
Marc Beninca 2024-11-11 12:46:43 +01:00
parent efada1fce5
commit 718d1d1e78
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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