From 7b61ab5d95c70f194c69376351a4ae0fb93eb459 Mon Sep 17 00:00:00 2001 From: Carlos Yaconi H Date: Mon, 25 Mar 2013 17:11:40 -0300 Subject: [PATCH] Moved modules' URL from Github (deprecated) to S3. --- core/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup b/core/setup index a6aa4ef..d8f6489 100644 --- a/core/setup +++ b/core/setup @@ -113,7 +113,7 @@ set_constants(){ readonly logged_user readonly control_panel_url="https://control.preyproject.com" 2> /dev/null - modules_url="http://cloud.github.com/downloads/prey/prey-bash-client-modules" 2> /dev/null + modules_url="https://prey-bash-client-modules.s3.amazonaws.com" 2> /dev/null updates_url="http://cloud.github.com/downloads/prey/prey-bash-client" 2> /dev/null }