echo
This commit is contained in:
parent
23c14ff966
commit
7a2d2e3f7e
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ fr_FR.UTF-8 UTF-8
|
|||
debian_disable_frontend
|
||||
# install packages
|
||||
for package in "${packages[@]}" ; do
|
||||
echo ; echo "${package}"
|
||||
apt-get install \
|
||||
--assume-yes \
|
||||
"${package}"
|
||||
|
@ -79,6 +80,7 @@ function hetzner-rescue-install {
|
|||
apt_clean_cache
|
||||
# install packages
|
||||
for package in "${packages[@]}" ; do
|
||||
echo ; echo "${package}"
|
||||
apt-get install \
|
||||
--assume-yes \
|
||||
"${package}"
|
||||
|
@ -86,6 +88,7 @@ function hetzner-rescue-install {
|
|||
done
|
||||
# install backports
|
||||
for package in "${backports[@]}" ; do
|
||||
echo ; echo "${package}"
|
||||
apt-get install \
|
||||
--assume-yes \
|
||||
--target-release "${release}-backports" \
|
||||
|
|
Loading…
Reference in a new issue