#!/bin/bash INSTALLED=$1 if [[ "--install" == $INSTALLED ]]; then exit 0; fi