This website requires JavaScript.
Explore
Help
Sign In
Fierelier
/
windvn
Watch
1
Star
0
Fork
0
You've already forked windvn
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
0f6e3a4fc6
windvn
/
mods
/
dev-remove
/
data
/
chroot
5 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add dev-remove mod for mods that build
2022-08-22 09:11:59 +00:00
#!/bin/bash
Add "set -e" to chroot-scripts for better error-handling
2022-09-26 09:08:12 +00:00
set -e
Add dev-remove mod for mods that build
2022-08-22 09:11:59 +00:00
apt -y remove build-essential git pkg-config *-dev
apt -y autoremove
Reference in New Issue
Copy Permalink