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"