瀏覽代碼

changed targets

Nicole Portas 1 月之前
父節點
當前提交
69031d5737
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      runme

+ 1 - 4
runme

@@ -4,10 +4,7 @@ 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
-echo
-if [[ $REPLY =~ ^[Yy]$ ]]
-then
+echo "Pausing 5 seconds... press CTRL+C to abort compilation"
 patch -p1 < custom.patch
 rm custom.patch
 mkdir inav/build