瀏覽代碼

Clone bludit repo within images

Bob Mottram 7 年之前
父節點
當前提交
c0ca86124d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image-customise

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

@@ -1935,6 +1935,7 @@ image_preinstall_repos() {
1935 1935
     fi
1936 1936
 
1937 1937
     git clone "$CRYPTPAD_REPO" "$rootdir/repos/cryptpad"
1938
+    git clone "$BLUDIT_REPO" "$rootdir/repos/bludit"
1938 1939
     git clone "$DOKUWIKI_REPO" "$rootdir/repos/dokuwiki"
1939 1940
     git clone "$ETHERPAD_REPO" "$rootdir/repos/etherpad"
1940 1941
     git clone "$FRIENDICA_REPO" "$rootdir/repos/friendica"