diff options
-rwxr-xr-x | install-all.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh index e382b473..0e8eb195 100755 --- a/install-all.sh +++ b/install-all.sh @@ -31,7 +31,8 @@ cygwin_prepare() echo Profanity installer... installing dependencies echo - wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg + wget --no-check-certificate https://raw.github.com/boothj5/apt-cyg/master/apt-cyg + #wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg chmod +x apt-cyg mv apt-cyg /usr/local/bin/ |