mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Custom MOTD for EmbassyOS (#1116)
* Create 00-embassy * Custom MOTD * eos version and git-info
This commit is contained in:
17
build/00-embassy
Normal file
17
build/00-embassy
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
printf "\n"
|
||||
printf "Welcome to\n"
|
||||
cat << "ASCII"
|
||||
,---. | ,---.,---.
|
||||
|--- ,-.-.|---.,---.,---.,---., .| |`---.
|
||||
| | | || |,---|`---.`---.| || | |
|
||||
`---'` ' '`---'`---^`---'`---'`---|`---'`---'
|
||||
`---'
|
||||
ASCII
|
||||
printf " %s (%s %s)\n" "$(uname -o)" "$(uname -r)" "$(uname -m)"
|
||||
printf " EmbassyOS v$(embassy-cli --version) - $(embassy-cli git-info)\n"
|
||||
|
||||
printf "\n"
|
||||
printf " * Documentation: https://docs.start9.com\n"
|
||||
printf " * Management: https://%s.local\n" "$(hostname)"
|
||||
printf " * Support: https://t.me/start9_labs\n"
|
||||
Reference in New Issue
Block a user