diff --git a/box b/box index 81018ac..78c3ff4 100755 --- a/box +++ b/box @@ -83,6 +83,9 @@ cd "$INST_DIR/cli" # make sure we can uninstall later chmod -R u+rw "$INST_DIR/data" +# we are done, clean up +rm -rf "$CURR_DIR" + echo "Installation completed!" """