dom0-updates: call "apper --updates" to go directly to updates tab
This commit is contained in:
parent
8627ef9a80
commit
a013cb3eca
@ -75,6 +75,10 @@ if [ "$GUI" == "1" ]; then
|
|||||||
for app in $apps; do
|
for app in $apps; do
|
||||||
if type $app &>/dev/null; then
|
if type $app &>/dev/null; then
|
||||||
guiapp=$app
|
guiapp=$app
|
||||||
|
case $guiapp in
|
||||||
|
apper) guiapp="apper --updates" ;;
|
||||||
|
*) guiapp=$app ;;
|
||||||
|
esac
|
||||||
break;
|
break;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user