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
|
mkdir -p $HOME/Library/Caches/Homebrew
|
||||||
rm -rf $HOME/Library/Caches/Homebrew/*
|
rm -rf $HOME/Library/Caches/Homebrew/*
|
||||||
|
|
||||||
REPO="https://github.com/sneak/osximage.git"
|
REPO="https://git.eeqj.de/sneak/osx.git"
|
||||||
DEST="$TMPDIR/osximage"
|
DEST="$TMPDIR/osx"
|
||||||
|
|
||||||
if [[ ! -d "$DEST" ]]; then
|
if [[ ! -d "$DEST" ]]; then
|
||||||
git clone "$REPO" "$DEST"
|
git clone "$REPO" "$DEST"
|
||||||
|
|
Loading…
Reference in New Issue