Ver Fonte

bumbed builder version

Nicole Portas há 1 mês atrás
pai
commit
88099f6129
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      runme

+ 1 - 3
runme

@@ -1,5 +1,5 @@
 #!/bin/bash
-BRANCH="9.0.2"
+BRANCH="9.0.1"
 rm -rf inav && echo "Cleaning up..."
 git clone -b $BRANCH --single-branch https://github.com/iNavFlight/inav.git && echo "Latest code fetched succesfully"
 diff -crB inav patch/inav > custom.patch
@@ -14,5 +14,3 @@ echo "This might take a while. Go have a pizza or something!"
 cmake ..
 make IFLIGHT_BLITZ_F722
 make ATOMRCF405NAVI_DELUX
-fi
-exit 0