Go to file
Chris 84f4e850f5 hotfix: Bugfixes to php runner and apply command 2016-12-12 00:27:29 +01:00
bin hotfix: Added aliases, implemented new runners 2016-12-11 22:56:41 +01:00
docs Added ability to specify compatibility in hotfix 2016-12-02 15:23:03 +01:00
examples hotfix: Added examples, initial python support 2016-12-11 23:45:21 +01:00
installer hotfix: Bugfixes to installer and loader 2016-12-11 23:24:11 +01:00
src hotfix: Bugfixes to php runner and apply command 2016-12-12 00:27:29 +01:00
.gitignore Initial commit 2016-04-19 15:54:03 +02:00
LICENSE Initial commit 2016-04-19 15:54:03 +02:00
Makefile installer: Added supporting Ubuntu and Raspbian 2016-12-11 15:46:04 +01:00
README.md installer: Added supporting Ubuntu and Raspbian 2016-12-11 15:46:04 +01:00
composer.json Added ability to specify compatibility in hotfix 2016-12-02 15:23:03 +01:00
hotfix.conf hotfix: Added aliases, implemented new runners 2016-12-11 22:56:41 +01:00
makephar Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
makephar.conf Initial commit 2016-04-19 15:54:03 +02:00

README.md

Noccy's HotFixes

How do I install the hotfix utility?

Automated installation

The automated installer has been tested on Ubuntu 16.04.1, and it does all the heavy lifting for you, including dependencies.

$ sudo apt install curl
$ curl -O hotfix-installer.run http://files.noccy.com/hotfix/hotfix-installer.run
$ chmod +x hotfix-installer.run
$ ./hotfix-installer.run

Manual install

If you would like to install it manually:

$ curl -O ~/bin/hotfix http://files.noccy.com/hotfix/hotfix
$ chmod +x ~/bin/hotfix

Security precautions

If you want to make sure that you are using an official build of the hotfix utility, you should verify the hotfix executable using the NoccyLabs signing key. Make sure you import the key as specified below, and then download the signature into the same directory as the executable:

$ curl http://files.noccy.com/hotfix/hotfix.sig > hotfix.sig
$ gpg --verify hotfix.sig

You should get output confirming a good signature.

How do I import the public key?

$ curl http://files.noccy.com/hotfix/signing-key.gpg | gpg --import -

Available Hotfixes

Processing

This will install the latest version of Processing into /opt.

$ hotfix apply http://files.noccy.com/hotfix/install-processing.fix.signed

Spotify

This hotfix will enable the official Spotify debian repositories and install the Spotify client. It is not compatible with any other distros at this time.

$ hotfix apply http://files.noccy.com/hotfix/install-spotify.fix.signed