Skip to content

Commit

Permalink
bug: Removed sudo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fe51 authored Nov 10, 2024
1 parent 46214bb commit f254830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ done
echo "=== PYRO ENGINE setup steps ==="

# clone pyro-engine main branch
ssh pi@$PI_HOST sudo git clone --branch main https://github.com/pyronear/pyro-engine.git
ssh pi@$PI_HOST git clone --branch main https://github.com/pyronear/pyro-engine.git

# Transfer env file & move it to pyro-engine folder
scp $PYROENGINE_ENV_FILE_PATH pi@$PI_HOST:.env
Expand Down

0 comments on commit f254830

Please sign in to comment.