Files
linux.softwareshinobi.com/landing/provision.bash
Software Shinobi aa880afc23
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-18 09:50:07 -04:00

16 lines
97 B
Bash

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