Add dev-remove mod for mods that build

This commit is contained in:
Fierelier 2022-08-22 11:11:59 +02:00
parent 476ce0976a
commit af080b3647
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
dev-remove
packages-apply packages-apply
placeholders-remove placeholders-remove

3
mods/dev-remove/data/chroot Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
apt -y remove build-essential git pkg-config *-dev
apt -y autoremove