|
|
|
|
@ -26,7 +26,7 @@ sudo sed -i 's/console=tty1 r/console=tty1 maxcpus=1 r/g' /boot/cmdline.txt # si
|
|
|
|
|
|
|
|
|
|
cd /home/pi/CubeSatSim
|
|
|
|
|
|
|
|
|
|
git --no-rebase pull > .updated
|
|
|
|
|
git pull > .updated
|
|
|
|
|
|
|
|
|
|
make debug
|
|
|
|
|
|
|
|
|
|
@ -135,7 +135,7 @@ cd /home/pi/pi-power-button
|
|
|
|
|
|
|
|
|
|
# git checkout reboot-mode-change
|
|
|
|
|
|
|
|
|
|
git --no-rebase pull > .updated_p
|
|
|
|
|
git pull > .updated_p
|
|
|
|
|
|
|
|
|
|
grep 'changed' /home/pi/pi-power-button/.updated_p
|
|
|
|
|
if [[ $(grep 'changed' /home/pi/pi-power-button/.updated_p) ]]; then
|
|
|
|
|
@ -186,7 +186,7 @@ git --no-rebase pull > .updated_p
|
|
|
|
|
FLAG=1
|
|
|
|
|
|
|
|
|
|
cd /home/pi/pi-power-button
|
|
|
|
|
git --no-rebase pull
|
|
|
|
|
git pull
|
|
|
|
|
git checkout reboot-mode-change
|
|
|
|
|
script/install
|
|
|
|
|
|
|
|
|
|
|