3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
apt install -y --download-only cryptsetup cryptsetup-initramfs |