/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/do-offline-updates.sh

  • Committer: Gustav Hartvigsson
  • Date: 2023-09-19 20:48:29 UTC
  • Revision ID: git-v1:f346a16e514ef113077a6953b3cb2ab4644bc1e3
Added do-offline-upgrades.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
pkcon update --only-download &&\
 
3
  pkcon offline-trigger &&\
 
4
  systemctl reboot
 
5