apt/update
This commit is contained in:
parent
b02b2d183f
commit
1016240483
2 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ ${DEBIAN_CODENAME}-security main non-free-firmware contrib non-free
|
|||
" >"/etc/apt/sources.list"
|
||||
}
|
||||
|
||||
apt_update() {
|
||||
sh_apt_update() {
|
||||
apt-get \
|
||||
update
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ fr_FR.UTF-8 UTF-8
|
|||
# generate locales
|
||||
locale-gen
|
||||
# update catalog
|
||||
apt_update
|
||||
sh_apt_update
|
||||
# disable frontend
|
||||
sh_debian_frontend_disable
|
||||
# install backports
|
||||
|
@ -25,12 +25,12 @@ fr_FR.UTF-8 UTF-8
|
|||
# install packages
|
||||
apt_install_release "apt-file" "mosh" "screen" "byobu"
|
||||
# update catalog
|
||||
apt_update
|
||||
sh_apt_update
|
||||
}
|
||||
|
||||
rescue_install() {
|
||||
# update catalog
|
||||
apt_update
|
||||
sh_apt_update
|
||||
# disable frontend
|
||||
sh_debian_frontend_disable
|
||||
# upgrade packages
|
||||
|
|
Loading…
Reference in a new issue