This commit is contained in:
Daniel Hansson 2021-07-19 13:53:41 +02:00 коммит произвёл GitHub
Родитель 5d48dbaabf
Коммит 83d9d8497a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -533,9 +533,13 @@ mesg n
ROOTNEWPROFILE
# Upgrade system
print_text_in_color "$ICyan" "System will now upgrade..."
bash $SCRIPTS/update.sh minor
# Avoid kernel updates due to the network driver
if ! home_sme_server
then
# Upgrade system
print_text_in_color "$ICyan" "System will now upgrade..."
bash $SCRIPTS/update.sh minor
fi
# Cleanup 2
apt-get autoremove -y