#!/bin/bash
#
# This script will update your OpenHAB 2 installation.
# The script assumes that the OpenHAB 2 is already installed. Please shut it down and then run the script
# If OpenHAB 2 is not already installed, create the directories ahead of time, and it will install OpenHAB 2
#
# This script will also update or install Smarthome Designer if desired. Please make sure your work is saved
# before updating.
#
# v2.3 updated for OpenHAB version number changes
# v2.2 updated for OpenHAB version number changes
# v2.1 some files in userdata/etc need to be removed to support updates to karaf
# v2 Greatly simplified for the new OpenHAB2 Karaf online distribution
# v1.1 Jim Howard
#
#The SNAPSHOT version to pull from cloudbees
vHAB=2.4.0
# The location for archive downloads
DOWN="/opt/DOWN"
This file has been truncated. show original