Compare commits

...

1 commit
v1.0.1 ... main

Author SHA1 Message Date
6ea44a5bf0
fix python for aur too 2025-05-18 12:27:13 -04:00

View file

@ -1,4 +1,4 @@
VENV_DIR="$SCRIPT_DIR/.venv"
VENV_DIR="$HOME/.config/grabIT/.venv"
setup_venv() {
if [[ ! -d "$VENV_DIR" ]]; then