mirror of
https://github.com/coturn/coturn.git
synced 2025-05-14 09:36:49 +08:00
14 lines
218 B
Bash
Executable File
14 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Common settings script.
|
|
|
|
TURNVERSION=4.5.1.2
|
|
BUILDDIR=~/rpmbuild
|
|
ARCH=`uname -p`
|
|
TURNSERVER_GIT_URL=https://github.com/coturn/coturn.git
|
|
|
|
WGETOPTIONS="--no-check-certificate"
|
|
RPMOPTIONS="-ivh --force"
|
|
|
|
|