hilfe mein git ist komisch
This commit is contained in:
7
etc/apt/apt.conf.d/20apt-esm-hook.conf
Normal file
7
etc/apt/apt.conf.d/20apt-esm-hook.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
APT::Update::Pre-Invoke {
|
||||
"[ ! -e /run/systemd/system ] || [ $(id -u) -ne 0 ] || systemctl start --no-block apt-news.service esm-cache.service >/dev/null 2>&1 || true";
|
||||
};
|
||||
|
||||
binary::apt::AptCli::Hooks::Upgrade {
|
||||
"[ ! -f /usr/lib/ubuntu-advantage/apt-esm-json-hook ] || [ $(id -u) -ne 0 ] || /usr/lib/ubuntu-advantage/apt-esm-json-hook 2>> /var/log/ubuntu-advantage-apt-hook.log || true";
|
||||
};
|
||||
Reference in New Issue
Block a user