shouldn't add shebangs anymore

This commit is contained in:
mcguirepr89
2022-05-24 17:04:15 -04:00
parent 42fd035d62
commit c7bac0fe59
-2
View File
@@ -29,8 +29,6 @@ install_birdnet() {
python3 -m venv birdnet
source ./birdnet/bin/activate
pip3 install -U -r $HOME/BirdNET-Pi/requirements.txt
echo "Ensure all python scripts use the virtual environment"
sed -si "1 i\\#\!$HOME/BirdNET-Pi/birdnet/bin/python3" $my_dir/scripts/*.py
}
[ -d ${RECS_DIR} ] || mkdir -p ${RECS_DIR} &> /dev/null