Update 'install.sh'

This commit is contained in:
Jeffrey Paul 2020-02-19 23:24:40 +00:00
parent e74145c18c
commit 0dd7b1a516
1 changed files with 2 additions and 2 deletions

View File

@ -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"