Skip to content

Commit

Permalink
Add another paste server
Browse files Browse the repository at this point in the history
Because we can...and because its been there for a while and seems to just work
  • Loading branch information
EvilOlaf authored Nov 18, 2024
1 parent e31a4de commit c75a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsp/common/usr/bin/armbianmonitor
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}")
Expand Down

0 comments on commit c75a404

Please sign in to comment.