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
a55394f109
windvn
/
mods
/
dev-remove
/
data
/
chroot
5 lines
96 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
Replace all occurrences of apt with apt-get
2023-04-09 08:05:18 +00:00
apt-get -y remove build-essential git pkg-config *-dev
apt-get -y autoremove
Reference in New Issue
Copy Permalink