Update bash script to use env for nix support

This commit is contained in:
Dakota Marshall
2024-04-24 15:39:21 -04:00
parent c7492b78d3
commit c4e8d40abe

View File

@@ -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
python tagstudio/tagstudio.py