...
wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
>>> apt-get will appear in the directory
Then move it to the bin directory ( /usr/local/bin )
chmod +x apt-cyg
mv apt-cyg /usr/local/bin
Also:
lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
...