fix python for aur too
This commit is contained in:
parent
c5cc8bc4ff
commit
6ea44a5bf0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
VENV_DIR="$SCRIPT_DIR/.venv"
|
||||
VENV_DIR="$HOME/.config/grabIT/.venv"
|
||||
|
||||
setup_venv() {
|
||||
if [[ ! -d "$VENV_DIR" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue