Added INSTALL script using dialog

This commit is contained in:
Jandalf81
2018-08-11 22:56:42 +02:00
parent b0247204d0
commit a7bd6cd1c9

View File

@@ -0,0 +1,14 @@
#!/bin/bash
NORMAL="\Zn"
BLACK="\Z0"
RED="\Z1"
GREEN="\Z2"
YELLOW="\Z3"
BLUE="\Z4"
MAGENTA="\Z5"
CYAN="\Z6"
WHITE="\Z7"
BOLD="\Zb"
REVERSE="\Zr"
UNDERLINE="\Zu"