automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-04 20:16:44 -04:00
parent 686b3e6359
commit 2b2c77b808
196 changed files with 12170 additions and 1 deletions

15
provision.bash Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
set -x
##
apt update
##
apt install pip -y
pip install mkdocs-material --break-system-packages