[neon/neon/settings/Neon/unstable] etc/apt/apt.conf.d: pipe @ the end of the command (-‸ლ)

Carlos De Maine null at kde.org
Mon Jan 26 07:53:20 GMT 2026


Git commit 0211bad0b0f3ddd6db255f6d8dc3cf8f68e77ecc by Carlos De Maine.
Committed on 26/01/2026 at 07:53.
Pushed by carlosdem into branch 'Neon/unstable'.

pipe @ the end of the command (-‸ლ)

🤦

(cherry picked from commit 7ed1b4c2c738c7309afc48fd1ee366e1c2b181fa)

M  +1    -1    etc/apt/apt.conf.d/40neon-pins

https://invent.kde.org/neon/neon/settings/-/commit/0211bad0b0f3ddd6db255f6d8dc3cf8f68e77ecc

diff --git a/etc/apt/apt.conf.d/40neon-pins b/etc/apt/apt.conf.d/40neon-pins
index 5be0395..053ba1d 100644
--- a/etc/apt/apt.conf.d/40neon-pins
+++ b/etc/apt/apt.conf.d/40neon-pins
@@ -12,5 +12,5 @@ Acquire::IndexTargets {
 };
 
 APT::Update::Post-Invoke-Success {
-    "OVERRIDES=$(apt-get indextargets --format '$(FILENAME) | head -n 1' 'Identifier: neon-pins') && OVERRIDES_LINK='/etc/apt/preferences.d/99-noble-overrides' && ln -s -f $OVERRIDES $OVERRIDES_LINK && echo 'Updating KDE neon pins... Done'"
+    "OVERRIDES=$(apt-get indextargets --format '$(FILENAME)' 'Identifier: neon-pins' | head -n 1) && OVERRIDES_LINK='/etc/apt/preferences.d/99-noble-overrides' && ln -s -f $OVERRIDES $OVERRIDES_LINK && echo 'Updating KDE neon pins... Done'"
 };


More information about the Neon-commits mailing list