We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a45d1a commit 5e84596Copy full SHA for 5e84596
install
@@ -20,7 +20,7 @@
20
set -uo pipefail
21
22
readonly PACKAGE="rpi-clone"
23
-readonly DOWNLOAD_REPOSITORY="https://github.com/framps/rpi-clone/blob/master"
+readonly DOWNLOAD_REPOSITORY="https://github.com/geerlingguy/rpi-clone/blob/master"
24
readonly DOWNLOAD_REPOSITORY_4_MESSAGE="$(sed 's@/blob/master@@' <<< "$DOWNLOAD_REPOSITORY")"
25
readonly FILES_2_DOWNLOAD"=rpi-clone rpi-clone-setup"
26
readonly TMP_DIR=$(mktemp -d)
0 commit comments