fix(scripts-setup-partitions): add missing dependencies

This commit is contained in:
Felix Schröter 2021-01-29 01:19:47 +01:00
parent 0da36e65b5
commit 9fd6b8ad6d
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell #! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash #! nix-shell -i bash -p bash parted cryptsetup btrfs-progs
set -euo pipefail set -euo pipefail