/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:03:08 UTC
  • Revision ID: git-v1:d55384577b22b2372b807d0db71abc00396b803a
* enc2firefox.sh
  - Simpelfied if-else-statement.

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