I thinck, something wrong

Help!
root@vultr:~# wget https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
--2017-08-21 10:59:45-- https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'autoinstall.sh'
[ <=> ] 37,632 --.-K/s in 0.09s
2017-08-21 10:59:45 (393 KB/s) - 'autoinstall.sh' saved [37632]
root@vultr:~# chmod +x autoinstall.sh
root@vultr:~# ./autoinstall.sh
./autoinstall.sh: line 7: syntax error near unexpected token `newline'
./autoinstall.sh: line 7: `<!DOCTYPE html>'
Yes sorry, i make mistake , if you use wget command to file he download html file :-/
also write this code :
cd
rm autoinstall.sh
nano autoinstall.sh
copy past to your file :
apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev -y
add-apt-repository ppa:bitcoin/bitcoin
apt-get update && apt-get install libdb4.8-dev libdb4.8++-dev -y
cd ~
git clone https://github.com/monacocoin-net/monacoCoin-Core.git && cd monacoCoin-Core
bash autogen.sh
./configure --disable-test
make
ctrl +x -> y -> ENTER for exit and save to nano
after :
chmod +x autoinstall.sh
./autoinstall.sh
To this way is working good
