mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
29 lines
956 B
Bash
Executable File
29 lines
956 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TS=$(date +%s)
|
|
|
|
cat <<EOF
|
|
<p align='center'>
|
|
<a href="https://www.armbian.com"><img src="https://raw.githubusercontent.com/armbian/.github/master/profile/logosmall.png" alt="Armbian logo"></a>
|
|
<h1 align=center>Community releases</h1>
|
|
</p>
|
|
|
|
<p align='center'>
|
|
<a href="https://www.armbian.com"><img
|
|
src="https://github.armbian.com/current.svg?$TS"
|
|
alt="Armbian Linux CURRENT"
|
|
width="425"></a>
|
|
<a href="https://www.armbian.com"><img
|
|
src="https://github.armbian.com/edge.svg?$TS"
|
|
alt="Armbian Linux EDGE"
|
|
width="425"></a>
|
|
</p>
|
|
|
|
<p align='center'>
|
|
Community courtesy builds are not maintained by Armbian team, but exist thanks to
|
|
<a href="https://github.com/sponsors/armbian">community support</a>.
|
|
SHA checksums, GPG signatures, and torrent files can be obtained from our cache server at
|
|
<a href="https://cache.armbian.com/artifacts">https://cache.armbian.com/artifacts</a>.
|
|
</p>
|
|
EOF
|