Update linupx-scripts.sh

This commit is contained in:
2018-03-18 23:39:47 -05:00
parent 40faac4642
commit f68377e01e

View File

@@ -9,6 +9,12 @@ Color_Off='\033[0m'
Blue='\033[0;34m'
BBlue='\033[1;34m'
Green='\033[0;32m'
LGreen='\033[1;32m'
BOrange='\033[0;33m'
DGray='\033[1;30m'
Red='\033[10;31m'
LRed='\033[1;31m'
if type apt &>/dev/null; then
ATYPE="apt"
@@ -182,7 +188,7 @@ SCRIPT_MENU() {
do
clear
echo ""
echo -e " ${BBlue}D E B I A N U P D A T E - S C R I P T S${Color_Off} ${Blue}(ver-3.03182018)${Color_Off}"
echo -e " ${BBlue}D E B I A N U P D A T E - S C R I P T S${Color_Off} ${DGray}(ver-3.03182018)${Color_Off}"
echo "-------------------------------------------------------------"
echo " $(hostname --long)"
echo "-------------------------------------------------------------"
@@ -206,7 +212,7 @@ SCRIPT_MENU() {
echo " [Q] Quit"
echo ""
echo ""
echo -e -n "${Green}Please select an [ActionItem] from above:${Color_Off} "
echo -e -n "${BOrange}Please select an [ActionItem] from above:${Color_Off} "
read -n 1 opt
echo ""
case $opt in