From 0dd7b1a516d8f6927a9f220a9f6ef7be587753ea Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 19 Feb 2020 23:24:40 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index adbbb86..2695ad9 100644 --- a/install.sh +++ b/install.sh @@ -5,8 +5,8 @@ function run_install { mkdir -p $HOME/Library/Caches/Homebrew rm -rf $HOME/Library/Caches/Homebrew/* - REPO="https://github.com/sneak/osximage.git" - DEST="$TMPDIR/osximage" + REPO="https://git.eeqj.de/sneak/osx.git" + DEST="$TMPDIR/osx" if [[ ! -d "$DEST" ]]; then git clone "$REPO" "$DEST"