This commit is contained in:
ahmadbilalkhalid 2019-09-17 18:31:36 +05:00
parent 41737ee35a
commit e1947ba9f9
1 changed files with 1 additions and 1 deletions

View File

@ -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"