initial commit

This commit is contained in:
zyl 2024-10-08 15:52:30 -07:00
commit ba357b2cb8
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
7 changed files with 1050 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# pupdate
simple helper utility to update remote systems alongside the local system easily. currently only pupdates through ssh+apt, your ssh key probably needs to be in ssh-agent for this to function properly.
## usage
run `pupdate -h` for help with arguments. with no arguments, pupdate will update the local system and any remotes configured in the config file (default ~/.pupdate).