Files
start-os/build/00-embassy
kn0wmad 6ef7da9732 Fix links in UI to point to new website (#1249)
* 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
2022-02-25 17:07:33 -07:00

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"