Update 'install.sh'
This commit is contained in:
parent
e74145c18c
commit
0dd7b1a516
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue