Browse Source

date

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
f923ff52ea
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -92,7 +92,7 @@ fn_info_message_distro(){
echo -e "${lightyellow}Distro Details${default}"
fn_messages_separator
{
echo -e "${lightblue}Date:\t${default}${date}"
echo -e "${lightblue}Date:\t${default}$(date)"
echo -e "${lightblue}Distro:\t${default}${distroname}"
echo -e "${lightblue}Arch:\t${default}${arch}"
echo -e "${lightblue}Kernel:\t${default}${kernel}"

Loading…
Cancel
Save