فهرست منبع

Imported upstream code in repo

Nicole 1 سال پیش
والد
کامیت
e303a385aa
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      build

+ 3 - 3
build

@@ -1,7 +1,7 @@
 #!/bin/bash
-BRANCH="7.1.2"
-rm -rf inav && echo "Cleaning up..."
-git clone -b $BRANCH --single-branch https://github.com/iNavFlight/inav.git && echo "Latest code fetched succesfully"
+#BRANCH="7.1.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
 patch -p1 --dry-run < custom.patch
 read -p "Do you want to continue? (y/n)" -n 1 -r