diff --git a/install b/install index 81a5999..f37dd25 100755 --- a/install +++ b/install @@ -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)