#!/bin/sh # Call uninstall and then install scripts sh uninstall.sh sh install.sh echo "Reinstallation complete!"