This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/update-motd.d/92-unattended-upgrades
Gitea df33399e6f committing changes in /etc after apt run
Package changes:
+gir1.2-glib-2.0 1.66.1-1+b1 amd64
+libgirepository-1.0-1 1.66.1-1+b1 amd64
+python3-dbus 1.2.16-5 amd64
+python3-distro-info 1.0 all
+python3-gi 3.38.0-2 amd64
+unattended-upgrades 2.8 all
2022-07-08 12:04:07 +02:00

6 lines
165 B
Bash
Executable File

#!/bin/sh
if [ -x /usr/share/unattended-upgrades/update-motd-unattended-upgrades ]; then
exec /usr/share/unattended-upgrades/update-motd-unattended-upgrades
fi