mirror of
https://github.com/coturn/coturn.git
synced 2025-05-13 16:59:53 +08:00
13 lines
160 B
Bash
Executable File
13 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Common settings script.
|
|
|
|
TURNVERSION=4.6.3
|
|
BUILDDIR=~/rpmbuild
|
|
ARCH=`uname -p`
|
|
|
|
WGETOPTIONS="--no-check-certificate"
|
|
RPMOPTIONS="-ivh --force"
|
|
|
|
|