GitXplorerGitXplorer
a

pkcon_update

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
562fdc58b42df47e43dbc78a7b127f63acb82b17

added option parsing and btrfs subvolume argument support.

aardevd committed 4 years ago
Verified
2a9aa2593ad4d4b390853796ed367d5d47d8309b

initial commit

aardevd committed 4 years ago
Verified
acb5e2994a4fb60bddd157232c6bc0d418076b8a

Initial commit

aardevd committed 4 years ago

README

The README file for this repository.

pkcon_update

This simple bash script allows you to emulate Gnome's package manager behavior which downloads packages for safe offline installation with a reboot.

The script can download all available system updates (and optionally create a btrfs snapshot for you first). A notification will show once updates are available for installation, at which point you can simply reboot to have them installed for you.

The script can be easily integrated with chron or systemd to ensure periodic updates.

Note that BTRFS snapshot support requires snapper to be installed.

Syntax: pkcon [-b]
options:
-b, --btrfs     Create btrfs snapshot for the root subvolume. Optionally supply the desired subvolume.
                'root' assumed otherwise. Requires snapper
-h, --help      Display this help and exit.