From a2fe65c496e08152064ee10d10a37fec3bd653fb Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 5 May 2015 10:54:12 +0200 Subject: updated with package versions and cmd --- base-install | 4 +++- config.sh | 6 +++--- debian.list | 1 - ubuntu.list | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base-install b/base-install index 7912e5d..be93001 100755 --- a/base-install +++ b/base-install @@ -20,7 +20,9 @@ echo "Base Packages:" echo echo "Updating index..." -cmd="$WGET -O redland_key.asc $REDLAND_APT_KEY >/dev/null 2>&1" && run_cmd "$cmd" "Download redland apt-key" +sudo $APT_GET install -y curl +check_utils "curl" +cmd="$CURL $REDLAND_APT_KEY > redland_key.asc >/dev/null 2>&1" && run_cmd "$cmd" "Download redland apt-key" cmd="sudo $APT_KEY add redland_key.asc >/dev/null 2>&1; rm redland_key.asc" && run_cmd "$cmd" "Adding redland apt-key" if ! cat "/etc/apt/sources.list" | grep "$REDLAND_DEB">/dev/null 2>&1; then echo "deb $REDLAND_DEB ./" | sudo $TEE -a /etc/apt/sources.list >/dev/null diff --git a/config.sh b/config.sh index d1efbd7..fa1e290 100755 --- a/config.sh +++ b/config.sh @@ -16,14 +16,14 @@ OT_PREFIX="$HOME/opentox-ruby" # 3) What versions to install #OB_NUM_VER="2.3.1" -RAPTOR2_NUM_VER="2.0.8" -RASQAL_NUM_VER="0.9.29" +RAPTOR2_NUM_VER="2.0.15" +RASQAL_NUM_VER="0.9.33" #REDIS_NUM_VER="2.4.4" #RUBY_NUM_VER="2.0.0-p247" FOUR_STORE_VER="4store-v1.1.5" #REDIS_URL="http://redis.googlecode.com/files" REDLAND_DWL="http://download.librdf.org" -REDLAND_APT_KEY="http://purl.org/net/dajobe/gnupg.asc" +REDLAND_APT_KEY="https://purl.org/net/dajobe/gnupg.asc" FOUR_STORE_URL="http://4store.org/download" # 4) Server settings. diff --git a/debian.list b/debian.list index c5e4e78..32d3972 100644 --- a/debian.list +++ b/debian.list @@ -3,7 +3,6 @@ automake install avahi-daemon install build-essential install cmake install -curl install #gnuplot install libavahi-glib-dev install libavahi-client-dev install diff --git a/ubuntu.list b/ubuntu.list index a9443a7..4fe9ca0 100644 --- a/ubuntu.list +++ b/ubuntu.list @@ -3,7 +3,6 @@ automake install avahi-daemon install build-essential install cmake install -curl install gnuplot install libavahi-glib-dev install libavahi-client-dev install -- cgit v1.2.3