windvn/mods/dev-remove/data/chroot

5 lines
88 B
Bash
Executable File

#!/bin/bash
set -e
apt -y remove build-essential git pkg-config *-dev
apt -y autoremove