Explorar el Código

Clone bludit repo within images

Bob Mottram hace 7 años
padre
commit
c0ca86124d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise Ver fichero

@@ -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"