diff --git a/helpers/installer.sh b/helpers/installer.sh index 2d31775..e439db3 100644 --- a/helpers/installer.sh +++ b/helpers/installer.sh @@ -1,4 +1,4 @@ -VENV_DIR="$SCRIPT_DIR/.venv" +VENV_DIR="$HOME/.config/grabIT/.venv" setup_venv() { if [[ ! -d "$VENV_DIR" ]]; then