Explorar o código

Update diy.sh

kiddin9 %!s(int64=3) %!d(string=hai) anos
pai
achega
04b714701a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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^