setup.sh (386B)
1 #!/bin/sh 2 set -v -e -x 3 4 pip3 install --break-system-packages --no-cache-dir git+https://github.com/mozilla/reposado@3dd826dfd89c8a1224aecf381637aa0bf90a3a3c 5 6 python3 /usr/local/bin/repoutil --configure <<EOF 7 /opt/data-reposado/html/ 8 /opt/data-reposado/metadata/ 9 http://example.com/ 10 EOF 11 12 pip3 install --break-system-packages --no-cache-dir -r /setup/requirements.txt 13 14 cd / 15 rm -rf /setup