apt-file
This commit is contained in:
parent
e458a78afe
commit
23c14ff966
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ function hetzner-rescue-configure {
|
||||||
local host="${1}"
|
local host="${1}"
|
||||||
local package
|
local package
|
||||||
local packages=(
|
local packages=(
|
||||||
'byobu' 'mosh'
|
'mosh' 'byobu' 'apt-file'
|
||||||
)
|
)
|
||||||
# apt / conf
|
# apt / conf
|
||||||
echo -n "\
|
echo -n "\
|
||||||
|
@ -45,6 +45,8 @@ fr_FR.UTF-8 UTF-8
|
||||||
"${package}"
|
"${package}"
|
||||||
apt_clean_cache
|
apt_clean_cache
|
||||||
done
|
done
|
||||||
|
# update catalog
|
||||||
|
apt-get update
|
||||||
}
|
}
|
||||||
|
|
||||||
function hetzner-rescue-install {
|
function hetzner-rescue-install {
|
||||||
|
|
Loading…
Reference in a new issue