apt commands no longer hardcoded, moved includes, main program improvement, some cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Some display functions and defines color codes
|
||||
# (standard 16 colors display)
|
||||
|
||||
# Standard 16 colors display declaration
|
||||
DEFAULTFG="\e[0;39m"
|
||||
DEFAULTBG="\e[0;49m"
|
||||
DEFAULTCOL=${DEFAULTBG}${DEFAULTFG}
|
||||
|
||||
Reference in New Issue
Block a user