presentations/stagex/scripts/debian.sh

6 lines
119 B
Bash
Raw Normal View History

2024-09-18 15:49:35 +00:00
#!/bin/sh
apt-get update
apt-get install -y cargo rustc
printf "DEPS (Debian): %s\n" $(dpkg --get-selections | wc -l)