/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: 2024-07-10 20:46:40 UTC
  • Revision ID: git-v1:72a9ba15a007b97bd061bb2f8e4d5959f0c3c34c
* added bash function libary.

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