From 60f98845d29392d44fef6732fa24aabaa4ce4ff7 Mon Sep 17 00:00:00 2001 From: null31 Date: Sun, 24 Mar 2024 14:34:39 +0100 Subject: [PATCH] Add python package to install. Keep pacman-key keyring --- PVE/AAB.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 151c689..b8443c3 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -11,7 +11,7 @@ use IPC::Open2; use IPC::Open3; use UUID; use Cwd; -my @BASE_PACKAGES = qw(base openssh vi nano); +my @BASE_PACKAGES = qw(base openssh vi nano python); my @BASE_EXCLUDES = qw( e2fsprogs jfsutils @@ -691,9 +691,6 @@ sub finalize { $mirrors = "\nServer = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch\n\n" . $mirrors; write_file($mirrors, $file, 0644); - print "Removing weak temporary pacman keyring...\n"; - rmtree("$rootdir/etc/pacman.d/gnupg"); - my $sizestr = $self->run_command("du -sm $rootdir", undef, 1); my $size; if ($sizestr =~ m/^(\d+)\s+\Q$rootdir\E$/) {