Testing release

This commit is contained in:
toloveru 2017-04-03 19:57:54 +02:00
parent bd7f2199ab
commit 91c42d4d2a

View File

@ -12,7 +12,7 @@ Ever thought of compiling a custom kernel, but held back because of the need for
* Remove a distribution kernel if present (currently only on Arch and Manjaro).
### This script runs as root. Isn't that unsafe?
In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you have a fully non-interactive way of achieving this though, feel free to open a pull request.
In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you know of a fully non-interactive way of achieving on-the-fly enhanced priveleges though, feel free to open a pull request.
### I want to use this code in my own projects. What license do you use?
This work is licensed under the CC BY-NC 4.0 license, which you can read more about [here](https://creativecommons.org/licenses/by-nc/4.0/legalcode).