aboutsummaryrefslogtreecommitdiffstats
path: root/init.sh
Commit message (Collapse)AuthorAgeLines
* test: initialize local apt repository for testingdebian/bookwormMohammed Amar-Bensaber2024-10-08-0/+37
This with the combination of `podman run --rm -v "$PWD:/tmp/shione" -it debian:stable /bin/bash` allows me to quickly install packages to validate that the installation process is valid. Post-deployment failures/mis-configurations are another problem.