Add another paste server

Because we can...and because its been there for a while and seems to just work
This commit is contained in:
Werner
2024-11-18 05:50:09 +01:00
committed by Igor
parent d54d2a9d85
commit 9e6ef2c3d5

View File

@@ -82,7 +82,7 @@
############################################################################
# Config:
declare -a paste_servers=("paste.armbian.com" "paste.next.armbian.com")
declare -a paste_servers=("paste.armbian.com" "paste.next.armbian.com" "paste.armbian.de")
if [[ "${PASTE_SERVER_HOST}" != "" ]]; then
echo "Using custom paste server: '${PASTE_SERVER_HOST}'"
paste_servers=("${PASTE_SERVER_HOST}" "${paste_servers[@]}")