diff options
Diffstat (limited to 'bootstrap-ovh.sh')
-rw-r--r-- | bootstrap-ovh.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-ovh.sh b/bootstrap-ovh.sh new file mode 100644 index 0000000..8d1dac3 --- /dev/null +++ b/bootstrap-ovh.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -Ceux + +apt install -y btrfs-progs cryptsetup zypper +./bootstrap.sh "$1" "$2" "$3" "$4" |