Undomyr / W2ETK

Toolkit for use by Wetware Enterprises Employee in the game Hackmud.
MIT License
0 stars 0 forks source link

GPG Check #6

Open Undomyr opened 6 years ago

Undomyr commented 6 years ago

All version of W2ETK will use GPG for the encryption of user input, be it a file or string taken from STDIN. GPG should come pre-installed with a KDE Desktop install but check for it nonetheless.

Undomyr commented 6 years ago

Uses several IF-loops to check for the presence of GPG on the user's system. If not found it assigns NO to the corresponding variable, "GPG" for use in the Dependency Install step.