mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
Update 00-header
This commit is contained in:
parent
7ca71eeef7
commit
a8ae0772c7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [ -z "$DISTRIB_DESCRIPTION" ] ; [ -x /usr/bin/lsb_release ]; then
|
|||
DISTRIB_DESCRIPTION=$(lsb_release -s -d)
|
||||
fi
|
||||
|
||||
printf "Welcome to %s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -r)"
|
||||
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;"
|
||||
printf "\n"
|
||||
|
|
Loading…
Reference in a new issue