23c8df1f0c
While there run the build container as unpriv user.
7 lines
162 B
Bash
Executable File
7 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./dist/${OS_NAME}/amd64/ooniprobe onboard --yes
|
|
./dist/${OS_NAME}/amd64/ooniprobe run --config testdata/testing-config.json -v --no-collector
|