diff --git a/README.md b/README.md index 1192da9..a5b42de 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ #### Login to your vps as smartadmin or ID you used to run smartcashd, donwload the installck.sh file and then run it: ``` -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/installck.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/installck.sh bash ./installck.sh ``` #### At the end of the install your server will reboot diff --git a/installck.sh b/installck.sh index 52c531e..f79db85 100644 --- a/installck.sh +++ b/installck.sh @@ -68,10 +68,10 @@ cd ~/smartnode/ # Download the appropriate scripts # wget https://rawgit.com/controllinghand/smartnode-checkonly/master/anti-ddos.sh -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/makerun.sh -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/checkdaemon.sh -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/upgrade.sh -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/clearlog.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/makerun.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/checkdaemon.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/upgrade.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/clearlog.sh # Create a cronjob for making sure smartcashd is always running # (crontab -l ; echo "*/1 * * * * ~/smartnode/makerun.sh") | crontab - diff --git a/patches/readme b/patches/readme index c305207..075cc07 100644 --- a/patches/readme +++ b/patches/readme @@ -1,4 +1,4 @@ -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/patches/patch-0.2.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/patches/patch-0.2.sh bash patch-0.2.sh -wget https://rawgit.com/controllinghand/smartnode-checkonly/master/patches/patch-0.3.sh +wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/patches/patch-0.3.sh sudo bash patch-0.3.sh