mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/sh -xe
|
|
cat /etc/os*
|
|
apk update
|
|
apk add python3 py3-pip python3-dev openssl-dev g++ make swig coreutils bash ca-certificates git
|
|
pip install osc
|
|
which osc-wrapper.py
|
|
osc-wrapper.py --version
|