presentations/stagex/scripts/alpine.sh

5 lines
99 B
Bash
Raw Normal View History

2024-09-18 15:49:35 +00:00
#!/bin/sh
apk add cargo
printf "DEPS (Alpine): %s\n" $(apk list --installed | tail -n +2 | wc -l)