nv.3
This commit is contained in:
@@ -229,7 +229,14 @@ SCRIPT_MENU() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
|
echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
|
||||||
echo "---------------------------------------------------------------------------"
|
echo "---------------------------------------------------------------------------"
|
||||||
lsb_release -a
|
if type lsb_release &>/dev/null; then
|
||||||
|
lsb_release -i
|
||||||
|
lsb_release -d
|
||||||
|
lsb_release -r
|
||||||
|
lsb_release -c
|
||||||
|
else
|
||||||
|
cat /etc/*release
|
||||||
|
fi
|
||||||
echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}"
|
echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}"
|
||||||
echo ""
|
echo ""
|
||||||
echo " [1] Check for Updates/Upgrades"
|
echo " [1] Check for Updates/Upgrades"
|
||||||
@@ -290,7 +297,7 @@ INSTALL_MENU() {
|
|||||||
clear
|
clear
|
||||||
echo ""
|
echo ""
|
||||||
echo -e " ${LGreen}LinUPx - L I N U X U P D A T E S C R I P T S${Color_Off} ${DGray}(ver-${VERS})${Color_Off}"
|
echo -e " ${LGreen}LinUPx - L I N U X U P D A T E S C R I P T S${Color_Off} ${DGray}(ver-${VERS})${Color_Off}"
|
||||||
echo -e " ${Green}Installation Scripts${Color_Off}"
|
echo -e " ${Green}INSTALLATION SCRIPTS${Color_Off}"
|
||||||
echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}"
|
echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}"
|
||||||
echo -e "Hostname: ${BBlue}$(hostname -s)${Color_Off}"
|
echo -e "Hostname: ${BBlue}$(hostname -s)${Color_Off}"
|
||||||
echo -e "Domain: ${BBlue}$(hostname -d)${Color_Off}"
|
echo -e "Domain: ${BBlue}$(hostname -d)${Color_Off}"
|
||||||
|
|||||||
Reference in New Issue
Block a user