diff options
author | James Booth <boothj5@gmail.com> | 2013-08-11 17:00:06 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-11 17:00:06 +0100 |
commit | 22c521d662dedd533fd4c52c5a1bb5d20bfac979 (patch) | |
tree | cafa1929cd5bf7d1f94c7e2a013e960f6337b455 | |
parent | 462b09a5467c5625094f8989fc70142f6d388c23 (diff) | |
download | profani-tty-22c521d662dedd533fd4c52c5a1bb5d20bfac979.tar.gz |
Use patched version of apt-cyg
-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/ |