Update 00-header

This commit is contained in:
Molly Lau 2023-06-16 17:27:34 +09:00 committed by GitHub
parent 0b2ca87102
commit 7ca71eeef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;"