Remove peertube submodule
This commit is contained in:
parent
1fe5ef9ef5
commit
6d0fcc6274
|
@ -1,3 +0,0 @@
|
|||
[submodule "PeerTube"]
|
||||
path = PeerTube
|
||||
url = https://github.com/Chocobozzz/PeerTube.git
|
1
PeerTube
1
PeerTube
|
@ -1 +0,0 @@
|
|||
Subproject commit 28216aa41a392ae3b3f87871fefa22dadc471cf6
|
|
@ -38,7 +38,6 @@ Install dependencies:
|
|||
```terminal
|
||||
$ git clone https://framagit.org/framasoft/peertube/search-index.git /var/www/peertube-search-index
|
||||
$ cd /var/www/peertube-search-index
|
||||
$ git submodule update --init --recursive
|
||||
$ yarn install --pure-lockfile
|
||||
$ npm run build
|
||||
$ cp config/default.yaml config/production.yaml
|
||||
|
|
Loading…
Reference in New Issue