Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 15, 2018
2 parents 76def77 + 8191acc commit adcbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ DOWNLOAD_ITERM_URI=https://raw.githubusercontent.com/onmyway133/FinderGo/master/
DOWNLOAD_TERMINAL_URI=https://raw.githubusercontent.com/onmyway133/FinderGo/master/FinderSyncExtension/Scripts/${terminal}
DOWNLOAD_HYPER_URI=https://raw.githubusercontent.com/onmyway133/FinderGo/master/FinderSyncExtension/Scripts/${hyper}

SCRIPT_DIR="${HOME}/Library/Application Scripts/com.fantageek.FinderGo.FinderSyncExtension"
SCRIPT_DIR="${HOME}/Library/Application Scripts/com.onmyway133.FinderGo.FinderSyncExtension"

mkdir -p "${SCRIPT_DIR}"
curl $DOWNLOAD_ITERM_URI -o "${SCRIPT_DIR}/${iTerm}"
curl $DOWNLOAD_TERMINAL_URI -o "${SCRIPT_DIR}/${terminal}"
curl $DOWNLOAD_HYPER_URI -o "${SCRIPT_DIR}/${hyper}"
curl $DOWNLOAD_HYPER_URI -o "${SCRIPT_DIR}/${hyper}"

0 comments on commit adcbd07

Please sign in to comment.