mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Alternative logo + misc tweak / cleaning
This commit is contained in:
parent
a897ec94f8
commit
2a4713f785
1 changed files with 31 additions and 33 deletions
|
@ -16,15 +16,13 @@ done
|
||||||
#
|
#
|
||||||
|
|
||||||
LOGO=$(cat << 'EOF'
|
LOGO=$(cat << 'EOF'
|
||||||
'. ' '' -d.
|
.--------------.
|
||||||
/M+ h- .shh/ // /NMy- hMdosso
|
| \\ / _ _ |
|
||||||
'MN' /' '. -' :+ N: .Nmyym yo .MN' omNds: :mN' .sydMMMNds+
|
| | |_|| |(_) |
|
||||||
sMh:/dN: :M' m: oMh' .M: dy h' MM: 'Mo oMh:-sMh /ddNdyyNM'
|
| |
|
||||||
.sMMy' /M' /M- sMMd/sM- -Ms +M+ MM: +M/ mM' -Md 'NM. hM.
|
| |_| _ __|_ |
|
||||||
mM .M- :NN yMMMMMM: .dMNNMd' -/oMMmhmMMh /msosNM/ ::oMM. +M:
|
| | |(_)_\\ | |
|
||||||
'MN sMNMM+ mN:.+mM+ -+o/ :hMMm+- 'oN- :oyo- 'yho. -
|
'______________'
|
||||||
hy /yy: :- -. -Nh '
|
|
||||||
.
|
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -35,15 +33,17 @@ EOF
|
||||||
#
|
#
|
||||||
|
|
||||||
LOGO_AND_FINGERPRINTS=$(cat << EOF
|
LOGO_AND_FINGERPRINTS=$(cat << EOF
|
||||||
"$LOGO"
|
|
||||||
|
|
||||||
IP: ${ip}
|
$LOGO
|
||||||
SSH fingerprints:
|
|
||||||
${fingerprint[0]}
|
IP: ${ip}
|
||||||
${fingerprint[1]}
|
SSH fingerprints:
|
||||||
${fingerprint[2]}
|
${fingerprint[0]}
|
||||||
${fingerprint[3]}
|
${fingerprint[1]}
|
||||||
${fingerprint[4]}
|
${fingerprint[2]}
|
||||||
|
${fingerprint[3]}
|
||||||
|
${fingerprint[4]}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -55,8 +55,7 @@ then
|
||||||
chvt 2
|
chvt 2
|
||||||
echo "$LOGO_AND_FINGERPRINTS"
|
echo "$LOGO_AND_FINGERPRINTS"
|
||||||
echo -e "\e[m Post-installation \e[0m"
|
echo -e "\e[m Post-installation \e[0m"
|
||||||
echo "Congratulations! YunoHost has been successfully installed.
|
echo "Congratulations! YunoHost has been successfully installed.\nTwo more steps are required to activate the services of your server."
|
||||||
Two more steps are required to activate the services of your server."
|
|
||||||
read -p "Proceed to post-installation? (y/n) " -n 1
|
read -p "Proceed to post-installation? (y/n) " -n 1
|
||||||
RESULT=1
|
RESULT=1
|
||||||
while [ $RESULT -gt 0 ]; do
|
while [ $RESULT -gt 0 ]; do
|
||||||
|
@ -76,4 +75,3 @@ then
|
||||||
else # YunoHost is already post-installed
|
else # YunoHost is already post-installed
|
||||||
echo "$LOGO_AND_FINGERPRINTS" > /etc/issue
|
echo "$LOGO_AND_FINGERPRINTS" > /etc/issue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue