Bob Mottram 8 年前
父节点
当前提交
d3a6fe467a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

@@ -766,7 +766,7 @@ sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-dae
766 766
 chroot "$rootdir" /bin/bash -x <<EOF
767 767
 git clone $PROJECT_REPO /root/$PROJECT_NAME
768 768
 cd /root/$PROJECT_NAME
769
-git checkout stockholm -b stockholm
769
+git checkout origin/stockholm -b stockholm
770 770
 make install
771 771
 EOF
772 772