summaryrefslogtreecommitdiffstats
path: root/bootstrap-ovh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-ovh.sh')
-rw-r--r--bootstrap-ovh.sh5
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"