4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
apt -y install findutils file xz-utils
|
||
|
update-initramfs -u
|