op_osupgrade: actually allow to quit
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_osupgrade.sh
index 04199e7..1359e1a 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-zenity --question --title="Update Firmware OS" --text="This little tool helps you to keep your firmware OS up-to-date with the latest tweaks.\n\nPlease note that this is in TESTING state and\nmight break parts of your system with unstable packages!\n\nMake sure your Pandora is connected to the internet and click the Upgrade-Button.\n\n" --ok-label="Upgrade OS" --cancel-label="Quit"
+zenity --question --title="Update Firmware OS" --text="This little tool helps you to keep your firmware OS up-to-date with the latest tweaks.\n\nPlease note that this is in TESTING state and\nmight break parts of your system with unstable packages!\n\nMake sure your Pandora is connected to the internet and click the Upgrade-Button.\n\n" --ok-label="Upgrade OS" --cancel-label="Quit" || exit 0
 
 terminal -x bash -c \
   'echo "Updating package lists..." && \