Skip to content

Commit 5e84596

Browse files
committed
Missed to change repo in install
1 parent 9a45d1a commit 5e84596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set -uo pipefail
2121

2222
readonly PACKAGE="rpi-clone"
23-
readonly DOWNLOAD_REPOSITORY="https://github.com/framps/rpi-clone/blob/master"
23+
readonly DOWNLOAD_REPOSITORY="https://github.com/geerlingguy/rpi-clone/blob/master"
2424
readonly DOWNLOAD_REPOSITORY_4_MESSAGE="$(sed 's@/blob/master@@' <<< "$DOWNLOAD_REPOSITORY")"
2525
readonly FILES_2_DOWNLOAD"=rpi-clone rpi-clone-setup"
2626
readonly TMP_DIR=$(mktemp -d)

0 commit comments

Comments
 (0)