Add dev-remove mod for mods that build
This commit is contained in:
parent
476ce0976a
commit
af080b3647
@ -1,2 +1,3 @@
|
|||||||
|
dev-remove
|
||||||
packages-apply
|
packages-apply
|
||||||
placeholders-remove
|
placeholders-remove
|
3
mods/dev-remove/data/chroot
Executable file
3
mods/dev-remove/data/chroot
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
apt -y remove build-essential git pkg-config *-dev
|
||||||
|
apt -y autoremove
|
Loading…
Reference in New Issue
Block a user