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