From a7ca6bd464ee562fd5377cbbf200698ebb2235ee Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 16 Jun 2019 02:37:21 -0400 Subject: [PATCH] Install python during install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d5efda6..b39bbee 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ fi logfile="/tmp/pvc-install.log" debrelease="buster" debmirror="http://debian.mirror.rafal.ca/debian" -debpkglist="lvm2,parted,gdisk,grub-pc,grub-efi-amd64,linux-image-amd64,sudo,vim,gpg,gpg-agent,aptitude,openssh-server,vlan,ifenslave" +debpkglist="lvm2,parted,gdisk,grub-pc,grub-efi-amd64,linux-image-amd64,sudo,vim,gpg,gpg-agent,aptitude,openssh-server,vlan,ifenslave,python2,python3" clear