From 3ead1f81483988e28ac70d0dcbc3b0a4804f254e Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Wed, 30 Mar 2022 14:12:07 -0400 Subject: [PATCH] adding virt-manager and qemu --- program_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program_install.sh b/program_install.sh index 97dcbbb..015a869 100755 --- a/program_install.sh +++ b/program_install.sh @@ -26,7 +26,7 @@ curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Deb apt-get update -y && apt-get upgrade -y # Install my default apt stuff -apt-get install -y ungoogled-chromium librewolf firefox-esr code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop progress nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip cryptsetup +apt-get install -y ungoogled-chromium librewolf firefox-esr code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop progress nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip cryptsetup virt-manager qemu # Update python pip python3 -m pip install -U pip