From 8ccaa33d879b513e4feef604d4a147d8dda34dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 3 Nov 2014 22:50:21 +0100 Subject: [PATCH] Fix fetch theme --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a7d6b0e..a17c4c7 100644 --- a/install.sh +++ b/install.sh @@ -37,8 +37,8 @@ cp -rf sensorscanner.sh website ${HOME_DIR}/ pushd ${HOME_DIR} pushd website -wget https://raw.github.com/HubSpot/odometer/${ODOMETER_VERSION}/odometer.js -wget https://raw.github.com/HubSpot/odometer/${ODOMETER_VERSION}/odometer-theme-car.css +wget https://raw.github.com/HubSpot/odometer/${ODOMETER_VERSION}/odometer.js -O odometer.js +wget https://raw.github.com/HubSpot/odometer/${ODOMETER_VERSION}/themes/odometer-theme-car.css -O odometer-theme-car.css wget http://code.jquery.com/jquery-${JQUERY_VERSION}.min.js -O jquery.js touch counter.txt popd