diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +. /etc/os-release + # This will install all the dependent packages for qemu and ovmf to run if [ "$ID_LIKE" = "debian" ]; then apt-get -y install qemu ovmf |
