Files
bash.softwareshinobi.com/provision.bash
Software Shinobi 2b2c77b808
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-04 20:16:44 -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