#!/bin/bash # uninstall if needed if [[ -x $( command -v rubo) ]]; then cargo uninstall rubo fi # do install cargo install --path .