From ed721137a4f4b945658b077c4c643382f04cd1d7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 10 Jun 2021 16:49:59 -0400 Subject: [PATCH] added pull and install for pi-power-button --- update | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update b/update index 4e9e29b9..c96f5bd6 100755 --- a/update +++ b/update @@ -18,6 +18,14 @@ sudo sed -i 's/more information/more\ninformation/g' /etc/motd sudo sed -i 's/update to/update\nto/g' /etc/motd + +cd /home/pi/pi-power-button && git pull + +script/install + +cd + + cd /home/pi/CubeSatSim git pull > .updated