Skip to content

Instantly share code, notes, and snippets.

@ardyantohermawan
Created April 25, 2020 04:00

Revisions

  1. ardyantohermawan created this gist Apr 25, 2020.
    16 changes: 16 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    #!/bin/bash

    # install qemu and other stuffs
    sudo apt-get install qemu \
    qemu-system \
    qemu-utils \
    uml-utilities \
    virt-manager \
    dmg2img \
    git \
    wget \
    libguestfs-tools \
    python3 \
    python3-pip
    # clean apt cache
    sudo apt-get clean