mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
19 lines
538 B
Bash
Executable File
19 lines
538 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export GOPATH="${PWD}"
|
|
|
|
go get -v github.com/alexflint/go-arg
|
|
go get -v github.com/anacrolix/dht
|
|
go get -v github.com/anacrolix/missinggo/httptoo
|
|
go get -v github.com/anacrolix/torrent
|
|
go get -v github.com/anacrolix/torrent/iplist
|
|
go get -v github.com/anacrolix/torrent/metainfo
|
|
go get -v github.com/anacrolix/utp
|
|
go get -u github.com/gin-gonic/gin
|
|
go get -v github.com/pion/webrtc/v2
|
|
go get -v go.etcd.io/bbolt
|
|
|
|
ln -s . src/github.com/pion/webrtc/v2
|
|
go get -v github.com/pion/webrtc/v2
|
|
|
|
go get -v github.com/gin-contrib/cors |