This commit is contained in:
Marc Beninca 2023-10-02 19:35:18 +02:00
parent e458a78afe
commit 23c14ff966

View file

@ -2,7 +2,7 @@ function hetzner-rescue-configure {
local host="${1}"
local package
local packages=(
'byobu' 'mosh'
'mosh' 'byobu' 'apt-file'
)
# apt / conf
echo -n "\
@ -45,6 +45,8 @@ fr_FR.UTF-8 UTF-8
"${package}"
apt_clean_cache
done
# update catalog
apt-get update
}
function hetzner-rescue-install {