Selaa lähdekoodia

Update diy.sh

kiddin9 3 vuotta sitten
vanhempi
sitoutus
04b714701a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      devices/common/diy.sh

+ 1 - 1
devices/common/diy.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 #=================================================
 shopt -s extglob
-commitid="$(curl -sfL https://github.com/openwrt/openwrt/commits/master/include | grep -o 'href=".*>kernel: bump 5.10' | head -1 | cut -d / -f 5 | cut -d "#" -f 1)"
+commitid="$(curl -sfL https://github.com/openwrt/openwrt/commits/master/include | grep -o 'href=".*>kernel: bump 5.10' | head -1 | cut -d / -f 5 | cut -d '#' -f 1)"
 version="$(git rev-parse HEAD)"
 git checkout $commitid
 git checkout HEAD^