Skip to content

Commit

Permalink
add updater(including download) script for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
iptton committed Sep 13, 2012
1 parent ee7c678 commit 405ff7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion setupproxy
Expand Up @@ -39,7 +39,6 @@ function setAutoProxyUrl(){
}

function onlyATest(){
#dont use sudo
tmp=`networksetup -getwebproxy Wi-Fi | grep "Enabled.*\([YesNo]\)$"`
#echo "after"
#echo $tmp
Expand Down
3 changes: 3 additions & 0 deletions updater
@@ -0,0 +1,3 @@
#! /bin/sh -e
curl $1 > rythem_new
mv -f rythem_new /Applications/Rythem.app/Contents/MacOS/Rythem

0 comments on commit 405ff7a

Please sign in to comment.