From 70f787ee5747627aa8fe48aac8a7a1f7e7041788 Mon Sep 17 00:00:00 2001 From: Bineet kumar gaur Date: Tue, 29 Sep 2015 10:40:15 +0530 Subject: [PATCH 1/4] URL changed to faster load --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 320a4c2ff..25fc62809 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ __The following is for the impatient.__ For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. We also have a Wiki page at https://github.com/beefproject/beef/wiki/Installation - $ bash -s stable < <(curl -Ls https://raw.github.com/beefproject/beef/a6a7536e736e7788e12df91756a8f132ced24970/install-beef) + $ bash -s stable < <(curl -Ls https://raw.githubusercontent.com/beefproject/beef/a6a7536e736e7788e12df91756a8f132ced24970/install-beef) Usage From 696fd5c7c1f099d6c2d8b011f6ef7b163ce46112 Mon Sep 17 00:00:00 2001 From: Bineet kumar gaur Date: Tue, 29 Sep 2015 10:41:30 +0530 Subject: [PATCH 2/4] No https redirection... direct hit url with curl --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 944b3946e..3e91b705c 100644 --- a/README.mkd +++ b/README.mkd @@ -50,7 +50,7 @@ __The following is for the impatient.__ For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. We also have a Wiki page at https://github.com/beefproject/beef/wiki/Installation - $ curl -L https://raw.github.com/beefproject/beef/a6a7536e/install-beef | bash -s stable + $ curl -L https://raw.githubusercontent.com/beefproject/beef/a6a7536e/install-beef | bash -s stable Usage From f23a384eadd95a10457b61736344b5cb4c0a699b Mon Sep 17 00:00:00 2001 From: Bineet kumar gaur Date: Tue, 29 Sep 2015 10:44:36 +0530 Subject: [PATCH 3/4] faster URL load... no delay --- install-beef | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-beef b/install-beef index 4444addeb..72e1fc5d1 100644 --- a/install-beef +++ b/install-beef @@ -41,7 +41,7 @@ fi if [ "$OS" == "Darwin" ]; then echo "Mac OSX Detected" echo "Installing Ruby Version Manager (RVM) & Ruby 1.9.3.." - bash -s stable < <(curl -Ls https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) + bash -s stable < <(curl -Ls https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer) source ~/.bash_login rvm install 1.9.3-p0 --with-gcc=clang rvm use 1.9.3-p0 @@ -78,7 +78,7 @@ if [ "$Distro" == "Debian" ]; then sudo apt-get install build-essential openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev autoconf libc6-dev libncurses5-dev automake libtool bison subversion -curl -Lsk https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash +curl -Lsk https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc @@ -120,7 +120,7 @@ if [ "$Distro" == "RedHat" ]; then echo "" echo "Installing Ruby Version Manager (RVM) & Ruby 1.9.2" - wget https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer + wget https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer bash ./rvm-installer source ~/.rvm/scripts/rvm rvm pkg install openssl From a2564a504e45d7b5f1cffe005e3a3d9703c1e78f Mon Sep 17 00:00:00 2001 From: Bineet kumar gaur Date: Tue, 29 Sep 2015 10:45:43 +0530 Subject: [PATCH 4/4] URL replaced --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index c562d401d..2fb0fe4d2 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -54,7 +54,7 @@ Installation - Ruby 1.9 To install RVM and Ruby 1.9.3 on Mac OS: - $ bash -s stable < <(curl -Ls https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) source ~/.bash_profile + $ bash -s stable < <(curl -Ls https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer) source ~/.bash_profile $ rvm install 1.9.3-p484 $ rvm use 1.9.3