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
b9bc3a6382
windvn
/
mods
/
live-installer
/
data
/
chroot
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add "set -e" to chroot-scripts for better error-handling
2022-09-26 09:08:12 +00:00
#!/bin/bash
set -e
Replace all occurrences of apt with apt-get
2023-04-09 08:05:18 +00:00
apt-get install -y --download-only cryptsetup cryptsetup-initramfs
Reference in New Issue
Copy Permalink