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
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue