Skip to content

Commit

Permalink
Missed to change repo in install
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Feb 13, 2024
1 parent 9a45d1a commit 5e84596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -uo pipefail

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

0 comments on commit 5e84596

Please sign in to comment.