Files
python.softwareshinobi.com/provision.bash
Software Shinobi 0e4be2e42c
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
automated terminal push
2025-06-05 20:40:34 -04:00

16 lines
121 B
Bash
Executable File

#!/bin/bash
set -e
set -x
##
apt update
##
apt install pip -y
pip install mkdocs-material --break-system-packages