Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
7
ressources/element-web/makedeb
Normal file
7
ressources/element-web/makedeb
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
PATH_BUILD=$1
|
||||
PATH_DEB=$2
|
||||
GIT_VERSION=$3
|
||||
|
||||
tar -zxf ${PATH_BUILD}/tmp/element-web/dist/element-${GIT_VERSION}-dirty.tar.gz --strip-components=1 -C ${PATH_DEB}/usr/lib/element-web/
|
||||
cp ${PATH_DEB}/usr/lib/element-web/config.sample.json ${PATH_DEB}/etc/element-web/config.json
|
Loading…
Add table
Add a link
Reference in a new issue