Update motd.sh

This commit is contained in:
Molly Lau 2023-06-10 01:23:07 +09:00 committed by GitHub
parent a0fe211b78
commit dc962f2afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ DISTRIB_DESCRIPTION=`cat /etc/os-release | grep -i "id=" | grep -vi "version\|li
figlet "$DISTRIB_DESCRIPTION" figlet "$DISTRIB_DESCRIPTION"
printf "\n" printf "\n"
printf "Welcome to %s %s (%s)!\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r) $(uname -m)" printf "Welcome to %s %s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r) $(uname -m)"
printf "\n" printf "\n"
printf "The Alpine Wiki contains a large amount of how-to guides and general" printf "The Alpine Wiki contains a large amount of how-to guides and general"
printf "\n" printf "\n"