From 986f49888f986867de577d2572846de9e86dc8d6 Mon Sep 17 00:00:00 2001 From: Pascal Widdershoven Date: Tue, 26 Jan 2021 20:45:27 +0100 Subject: [PATCH] Update fetch-dashboard.sh to download example dashboard by default --- src/local/fetch-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/local/fetch-dashboard.sh b/src/local/fetch-dashboard.sh index d393004..812ba89 100755 --- a/src/local/fetch-dashboard.sh +++ b/src/local/fetch-dashboard.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh # Fetch a new dashboard image, make sure to output it to "$1". # For example: -$(dirname $0)/../ht -d -q -o "$1" get https://example.org/example.png +$(dirname $0)/../ht -d -q -o "$1" get https://raw.githubusercontent.com/pascalw/kindle-dash/master/example/example.png