From 139ca31adc87a04f27a1c31f9905ec6c6c065392 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Nov 2023 13:06:07 -0500 Subject: [PATCH] Update update remove --no-rebase --- update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update b/update index a3e72684..04409734 100755 --- a/update +++ b/update @@ -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