Compare commits
No commits in common. "main" and "v1.0.1" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
VENV_DIR="$HOME/.config/grabIT/.venv"
|
VENV_DIR="$SCRIPT_DIR/.venv"
|
||||||
|
|
||||||
setup_venv() {
|
setup_venv() {
|
||||||
if [[ ! -d "$VENV_DIR" ]]; then
|
if [[ ! -d "$VENV_DIR" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue