mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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[@]}")
|
||||
|
||||
Reference in New Issue
Block a user