File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ let CHECK_INTERVAL = 60*60; // 1h
4545let NOTIFY = false ;
4646let HOWMUCH = 0 ;
4747let UPDATE_CMD = "ptyxis -- /bin/sh -c \"pkexec dnf upgrade; echo Done - Press enter to exit; read _\" " ;
48- let CHECK_CMD = "/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1,$2}'\"" ;
48+ let CHECK_CMD = "/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print \ $1,\ $2}'\"" ;
4949let MANAGER_CMD = "" ;
5050let PACKAGE_CACHE_DIR = "" ;
5151let STRIP_VERSIONS = false ;
Original file line number Diff line number Diff line change 66 "uuid" : " update-extension@purejava.org" ,
77 "gettext-domain" : " update-extension@purejava.org" ,
88 "settings-schema" : " org.gnome.shell.extensions.fedora-update" ,
9- "version" : 29
9+ "version" : 30
1010}
Original file line number Diff line number Diff line change 253253 <property name =" halign" >0</property >
254254 <property name =" hexpand" >true</property >
255255 <property name =" title" >dnf 4</property >
256- <property name =" text" >"/bin/bash -c \"/usr/bin/dnf check-update --refresh -yq | tail -n +2 | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1; $2}'\""</property >
256+ <property name =" text" >"/bin/bash -c \"/usr/bin/dnf check-update --refresh -yq | tail -n +2 | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print \$1,\ $2}'\""</property >
257257 </object >
258258 </child >
259259 <child >
260260 <object class =" AdwEntryRow" id =" field_checkcmd_dnf5" >
261261 <property name =" halign" >0</property >
262262 <property name =" hexpand" >true</property >
263263 <property name =" title" >dnf 5+</property >
264- <property name =" text" >"/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1; $2}'\""</property >
264+ <property name =" text" >"/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print \$1,\ $2}'\""</property >
265265 </object >
266266 </child >
267267 <child >
Original file line number Diff line number Diff line change 5353 </key >
5454
5555 <key name =" check-cmd-dnf4" type =" s" >
56- <default >"/bin/bash -c \"/usr/bin/dnf check-update --refresh -yq | tail -n +2 | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1,$2}'\""</default >
56+ <default >"/bin/bash -c \"/usr/bin/dnf check-update --refresh -yq | tail -n +2 | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print \ $1,\ $2}'\""</default >
5757 <summary >Command to run to check for updated packages with dnf 4.</summary >
5858 <description >Command to run to check for updated packages with dnf 4.</description >
5959 </key >
6060
6161 <key name =" check-cmd-dnf5" type =" s" >
62- <default >"/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1,$2}'\""</default >
62+ <default >"/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print \ $1,\ $2}'\""</default >
6363 <summary >Command to run to check for updated packages with dnf 5.</summary >
6464 <description >Command to run to check for updated packages with dnf 5.</description >
6565 </key >
You can’t perform that action at this time.
0 commit comments