tmux,cleans
This commit is contained in:
parent
efada1fce5
commit
718d1d1e78
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue