1#!/bin/sh
2
3SCRIPT_PATH=$( cd $(dirname $0) ; pwd )
4cd "$SCRIPT_PATH"
5
6./install.sh -u
7