#!/bin/bash GITHUB_USER="trincadev" GITHUB_REPO="my_ghost_writer" export API_MODE=TRUE export ALLOWED_ORIGIN=http://localhost:7860,http://localhost:8000 python_executable=$(which python3) ORIGIN_PYTHON=SYSTEM VERSION="0.1.0" VIRTUALENV_FOLDER="venv_mgw" ROOT_FOLDER=$0 REPOSITORY_URL="https://github.com/${GITHUB_USER}/${GITHUB_REPO}.git" display_help() { echo echo "Script version $VERSION" echo "A tool for installing and/or executing My Ghost Writer (${REPOSITORY_URL})." echo 'Usage: install.sh