mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
15 lines
509 B
Diff
15 lines
509 B
Diff
|
--- upgrade.py.orig 2013-10-31 12:46:54.000000000 +0100
|
||
|
+++ upgrade.py 2013-12-04 14:58:03.000000000 +0100
|
||
|
@@ -134,6 +134,11 @@ except getopt.GetoptError, e:
|
||
|
if os.getenv("HPLIP_DEBUG"):
|
||
|
log.set_level('debug')
|
||
|
|
||
|
+
|
||
|
+log.error("HPLIP upgrade is disabled by Chakra for security reasons, if you like to upgrade HPLIP, use the Chakra software package manager pacman or open a bugreport on http://chakraos.org/bugtracker")
|
||
|
+clean_exit(1)
|
||
|
+
|
||
|
+
|
||
|
for o, a in opts:
|
||
|
if o in ('-h', '--help'):
|
||
|
usage()
|