mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
tweaking
This commit is contained in:
parent
5745d54c21
commit
564718e516
1 changed files with 3 additions and 2 deletions
|
@ -122,7 +122,8 @@ if [ "$myRELEASE" != "$myLSB_RELEASE" ]
|
||||||
echo "###### Running full upgrade ... "
|
echo "###### Running full upgrade ... "
|
||||||
echo
|
echo
|
||||||
echo "docker.io docker.io/restart boolean true" | debconf-set-selections -v
|
echo "docker.io docker.io/restart boolean true" | debconf-set-selections -v
|
||||||
echo "libc6 libc6/restart boolean true" | debconf-set-selections -v
|
echo "ssh ssh/restart boolean true" | debconf-set-selections -v
|
||||||
|
echo "cron cron/restart boolean true" | debconf-set-selections -v
|
||||||
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v
|
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v
|
||||||
apt-fast full-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes
|
apt-fast full-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes
|
||||||
dpkg --configure -a
|
dpkg --configure -a
|
||||||
|
@ -391,5 +392,5 @@ fuRESTORE_EWSCFG
|
||||||
fuRESTORE_HPFEEDS
|
fuRESTORE_HPFEEDS
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "### Done."
|
echo "### Done. Please reboot."
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue