Skip to content

Commit 9e6ef2c

Browse files
EvilOlafigorpecovnik
authored andcommitted
Add another paste server
Because we can...and because its been there for a while and seems to just work
1 parent d54d2a9 commit 9e6ef2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bsp/common/usr/bin/armbianmonitor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
############################################################################
8383

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

0 commit comments

Comments
 (0)