Sfoglia il codice sorgente

Needs bower install

Bob Mottram 7 anni fa
parent
commit
b7720972cd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/freedombone-app-cryptpad

+ 2
- 0
src/freedombone-app-cryptpad Vedi File

90
 
90
 
91
     cd $CRYPTPAD_DIR
91
     cd $CRYPTPAD_DIR
92
     npm install
92
     npm install
93
+    su -c 'bower install' - cryptpad
94
+    chown -R cryptpad:cryptpad $CRYPTPAD_DIR
93
 
95
 
94
     systemctl start cryptpad
96
     systemctl start cryptpad
95
 }
97
 }