[neon/neon/settings/Neon/unstable] usr/sbin: Edit apt-overlay to remove mention of pkcon.
Clay Weber
null at kde.org
Mon Oct 20 09:52:33 BST 2025
Git commit bc821641af8d517a3b6afa8328cc8276471cbf96 by Clay Weber.
Committed on 19/10/2025 at 23:49.
Pushed by carlosdem into branch 'Neon/unstable'.
Edit apt-overlay to remove mention of pkcon.
M +2 -3 usr/sbin/apt-overlay
https://invent.kde.org/neon/neon/settings/-/commit/bc821641af8d517a3b6afa8328cc8276471cbf96
diff --git a/usr/sbin/apt-overlay b/usr/sbin/apt-overlay
index 0dddc25..38ff5a7 100755
--- a/usr/sbin/apt-overlay
+++ b/usr/sbin/apt-overlay
@@ -14,9 +14,8 @@
# This is specifically to prevent scripts from breaking. e.g. ubiquity
# will attempt to run upgrade but should generally qualify as !tty.
if ARGV.include?('upgrade') && STDOUT.isatty
- warn 'On KDE neon you should use `pkcon update` to install updates.'
- warn 'If you absolutely must use apt you do have to use dist-upgrade or' \
- ' full-upgrade in place of the upgrade command.'
+ warn 'On KDE neon you must use `apt full-upgrade` or `apt-get dist-upgrade` to install updates.'
+ warn 'Using the upgrade command does not install all updates in some conditions '
warn ' https://neon.kde.org/faq#command-to-update'
abort 'Abort.' unless ARGV.include?('-y') || ARGV.include?('--yes')
More information about the Neon-commits
mailing list