V8.13.272.2025.10.22
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
# SPDX-Security-Contact: security@coresecret.eu
|
# SPDX-Security-Contact: security@coresecret.eu
|
||||||
|
|
||||||
build:
|
build:
|
||||||
counter: 1024
|
counter: 1023
|
||||||
version: V8.13.272.2025.10.22
|
version: V8.13.272.2025.10.22
|
||||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml
|
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml
|
||||||
|
|||||||
@@ -128,7 +128,6 @@ apt-get update -qq
|
|||||||
apt-get dist-upgrade -y # (= apt full-upgrade) allow installs/replacements/removals.
|
apt-get dist-upgrade -y # (= apt full-upgrade) allow installs/replacements/removals.
|
||||||
apt-get autoremove --purge -y # 'autopurge' == 'autoremove --purge'; don't run both.
|
apt-get autoremove --purge -y # 'autopurge' == 'autoremove --purge'; don't run both.
|
||||||
apt-get clean -y # Stronger than autoclean: removes the entire '.deb'-cache.
|
apt-get clean -y # Stronger than autoclean: removes the entire '.deb'-cache.
|
||||||
rm -rf /var/lib/apt/lists/* # shrink image; apt will repopulate on next 'apt update'.
|
|
||||||
|
|
||||||
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
|
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user