Written by marcelpetrick
on June 14, 2017
some better package-manager than via that set-up.exe: apt-cyg!
url: https://github.com/transcode-open/apt-cyg
=================================================
make shell-scripts runnable under Win (7):
add to the first line after “#!/bin/bash”
1 |
(set -o igncr) 2>/dev/null && set -o igncr; |
else you get the error message that “\r” is not a command … ha
=================================================
how to use proxy for firewalled use:
1 |
export http_proxy=http://username:password@host:port/ |
Maybe more will be added. All just small, but fixing tricky
Leave a Reply
You must be logged in to post a comment.