diff --git a/MVP/setup/couchExt.sh b/MVP/setup/couchExt.sh index 412f0a7..18f9bc4 100644 --- a/MVP/setup/couchExt.sh +++ b/MVP/setup/couchExt.sh @@ -28,7 +28,7 @@ NC='\033[0m' # Define default text EXTRACT=/home/pi/unpack # Working directory for download and unzipping TARGET=/home/pi/MVP # Location for MVP RELEASE=mvp # Package (repository) to download -VERSION=3.1.7 +VERSION=3.1.8 GITHUB=https://github.com/futureag/$RELEASE/archive/master.zip # Address of Github archive echo $EXTRACT