#!/bin/sh set -e cd "$(dirname "$(realpath "$0")")" alias log='echo "[update.sh]"' yes | ./uninstall.sh git pull yes | ./install.sh