From e1947ba9f968ee5f10e832a7d19dd9e4b41e2bae Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Tue, 17 Sep 2019 18:31:36 +0500 Subject: [PATCH] a --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 2508abf..771648d 100644 --- a/init.sh +++ b/init.sh @@ -69,7 +69,7 @@ EOF apt upgrade --yes # Install QEMU - apt install qemu qemu-system python3 ceph python-pip python3-pip etcd-client --yes + apt install qemu qemu-system python3 ceph python-pip python3-pip python3-dev etcd-client --yes ;; *) echo "Unsupported OS/Distribution"