Initial commit

This commit is contained in:
Christopher Vagnetoft
2016-04-19 15:54:03 +02:00
commit c378d62ccb
20 changed files with 1132 additions and 0 deletions

33
README.md Normal file
View File

@ -0,0 +1,33 @@
HotFix; Quickly patch and fix system
====================================
## Usage
$ hotfix pastebin:1234abcd
Downloading hotfix...
Checking signature...
Good signature from <bob@domain.com>
Info:
This hotfix will install this driver for you
Do you want to proceed?
Yes, No or Inspect [noi]: y
### Applying local patches
$ hotfix apply --unsigned test.hotfix
Skipping signature check of test.hotfix
Info:
...
### Signing
$ hotfix sign -o test-signed.hotfix test.hotfix
...