Update install.sh

This commit is contained in:
SpudGunMan
2024-09-25 23:00:02 -07:00
parent 22f63e1056
commit 4b79c6304f
+2 -2
View File
@@ -61,9 +61,9 @@ if [ $venv == "y" ]; then
fi
# config service files for virtual environment
replace="s|python3 mesh_bot.py|launch.sh mesh|g"
replace="s|python3 mesh_bot.py|/usr/bin/bash launch.sh mesh|g"
sed -i "$replace" etc/mesh_bot.service
replace="s|python3 pong_bot.py|launch.sh pong|g"
replace="s|python3 pong_bot.py|/usr/bin/bash launch.sh pong|g"
sed -i "$replace" etc/pong_bot.service
# install dependencies