From bea86d72bd615b94f24a27fa14fa8e851880ed5c Mon Sep 17 00:00:00 2001 From: jamesdeeen <5598292+jamesdeeen@users.noreply.github.com> Date: Sat, 18 Feb 2023 11:14:51 +0100 Subject: [PATCH] add install_pkg "patch" (#66) on proxmox lxc for debian 11 the patch command is missing Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index c357e0b..7a6770d 100755 --- a/install +++ b/install @@ -856,6 +856,7 @@ main() { check_root install_pkg "git" install_pkg "sudo" + install_pkg "patch" labca_user end_temporary_log