update to python 3
This commit is contained in:
parent
72bf698d95
commit
a8b2e21a5a
@ -14,7 +14,7 @@ function cmakebuild() {
|
||||
|
||||
cd /tmp
|
||||
|
||||
STATIC_PACKAGES="sox fftw python2 netcat-openbsd libsndfile lapack"
|
||||
STATIC_PACKAGES="sox fftw python3 netcat-openbsd libsndfile lapack"
|
||||
BUILD_PACKAGES="git libsndfile-dev fftw-dev cmake ca-certificates make gcc musl-dev g++ lapack-dev linux-headers"
|
||||
|
||||
apk add --no-cache $STATIC_PACKAGES
|
||||
|
@ -16,7 +16,7 @@ _term() {
|
||||
|
||||
trap _term SIGTERM SIGINT
|
||||
|
||||
python2.7 openwebrx.py $@ &
|
||||
python3 openwebrx.py $@ &
|
||||
|
||||
child=$!
|
||||
wait "$child"
|
||||
|
Loading…
Reference in New Issue
Block a user