From 7ca71eeef73aa2533e484247651ee8c872944644 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 16 Jun 2023 17:27:34 +0900 Subject: [PATCH] Update 00-header --- Linux_reinstall/updatemotd/00-header | 3 --- 1 file changed, 3 deletions(-) diff --git a/Linux_reinstall/updatemotd/00-header b/Linux_reinstall/updatemotd/00-header index a76b0a4..d439efe 100644 --- a/Linux_reinstall/updatemotd/00-header +++ b/Linux_reinstall/updatemotd/00-header @@ -31,9 +31,6 @@ if [ -z "$DISTRIB_DESCRIPTION" ] ; [ -x /usr/bin/lsb_release ]; then DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi -figlet `cat /etc/issue | cut -d " " -f1` -printf "\n" - printf "Welcome to %s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -r)" printf "\n" printf "The programs included with the Debian GNU/Linux system are free software;"