op_osupgrade.sh: Minimal version of a Zenity Firmware updater tool
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_osupgrade.sh
1 #!/bin/bash
2 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"
3 opkg update 2>&1 | zenity --progress --auto-close --pulsate --title "Updating feedlist..."
4 opkg upgrade 2>&1 | zenity --text-info --title "Updating packages..." --width=600
5 zenity --info --title="Upgrade complete" --text "All operations have been finished."