From c4e8d40abe84f90b5e4b16a769e75cb954ef9ded Mon Sep 17 00:00:00 2001 From: Dakota Marshall Date: Wed, 24 Apr 2024 15:39:21 -0400 Subject: [PATCH] Update bash script to use env for nix support --- TagStudio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TagStudio.sh b/TagStudio.sh index 82036413..cff969c3 100755 --- a/TagStudio.sh +++ b/TagStudio.sh @@ -1,5 +1,5 @@ -#! /bin/bash +#! /usr/bin/env bash python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt -python tagstudio/tagstudio.py \ No newline at end of file +python tagstudio/tagstudio.py