16 lines
679 B
Text
16 lines
679 B
Text
|
#!/usr/bin/with-contenv bash
|
||
|
# shellcheck shell=bash
|
||
|
|
||
|
cat <<-EOF
|
||
|
********************************************************
|
||
|
********************************************************
|
||
|
* *
|
||
|
* !!!! *
|
||
|
* This Mastodon image does not support *
|
||
|
* 32 bit ARM for performance reasons *
|
||
|
* *
|
||
|
* *
|
||
|
********************************************************
|
||
|
********************************************************
|
||
|
EOF
|