windvn/mods/dev-remove/data/chroot

5 lines
88 B
Plaintext
Raw Normal View History

2022-08-22 09:11:59 +00:00
#!/bin/bash
set -e
2022-08-22 09:11:59 +00:00
apt -y remove build-essential git pkg-config *-dev
apt -y autoremove