Skip to content

Commit 73c396d

Browse files
committed
Add post update possibilities
1 parent f0edf5e commit 73c396d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pifinder_post_update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "Post Update Complete"
2+

pifinder_update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /usr/bin/bash
22
git pull
33
sudo pip install -r /home/pifinder/PiFinder/requirements.txt
4+
source /home/pifinder/PiFinder/pifinder_post_update.sh
45

56
echo "PiFinder software update complete, please restart the Pi"
67

0 commit comments

Comments
 (0)