/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1
15 by Gustav Hartvigsson
Added do-offline-upgrades.sh
1
#!/usr/bin/env bash
2
pkcon update --only-download &&\
3
  pkcon offline-trigger &&\
4
  systemctl reboot
5