mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* Fix links in UI to point to new website * Typo * Update README.md * Update success.page.html * Update app.component.ts * Update backup-drives.component.html * Update lan.page.html
19 lines
644 B
Bash
19 lines
644 B
Bash
#!/bin/sh
|
|
printf "\n"
|
|
printf "Welcome to\n"
|
|
cat << "ASCII"
|
|
,---. | ,---.,---.
|
|
|--- ,-.-.|---.,---.,---.,---., .| |`---.
|
|
| | | || |,---|`---.`---.| || | |
|
|
`---'` ' '`---'`---^`---'`---'`---|`---'`---'
|
|
`---'
|
|
ASCII
|
|
printf " %s (%s %s)\n" "$(uname -o)" "$(uname -r)" "$(uname -m)"
|
|
printf " $(embassy-cli --version | sed 's/Embassy CLI /EmbassyOS v/g') - $(embassy-cli git-info)\n"
|
|
|
|
printf "\n"
|
|
printf " * Documentation: https://start9.com\n"
|
|
printf " * Management: https://%s.local\n" "$(hostname)"
|
|
printf " * Support: https://t.me/start9_labs\n"
|
|
printf "\n"
|