소스 검색

bumbed builder version

Nicole Portas 1 개월 전
부모
커밋
2a73f7a63f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      runme

+ 1 - 1
runme

@@ -1,5 +1,5 @@
 #!/bin/bash
-BRANCH="9.0.1"
+BRANCH="9.0.2"
 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