Skip to content

Commit

Permalink
202010310 Minor Install Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
davecrump committed Oct 31, 2020
1 parent 1ad36b4 commit 3d52f56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ read LOCATOR

sudo sh -c "echo $CALL > /boot/testcard/callsign.txt"
sudo sh -c "echo $LOCATOR > /boot/testcard/locator.txt"
sudo sh -c "echo 0000 > /boot/testcard/numbers.txt"

echo
echo Call set to $CALL and locator set to $LOCATOR
Expand Down Expand Up @@ -173,9 +174,6 @@ echo "${GIT_SRC}" > /home/pi/${GIT_SRC_FILE}
echo "alias stop='sudo killall camtc23a.sh'" >> /home/pi/.bash_aliases
echo "alias start='/home/pi/vidsource/on_start.sh'" >> /home/pi/.bash_aliases

# Record Version Number
cp /home/pi/vidsource/latest_version.txt /home/pi/vidsource/installed_version.txt

echo
echo "SD Card Serial:"
cat /sys/block/mmcblk0/device/cid
Expand Down

0 comments on commit 3d52f56

Please sign in to comment.