From f480487b12f643dfcd3dac51aa2c3f87f9b45434 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 17 May 2023 09:15:06 -0400 Subject: [PATCH] Update CODE-AUDIT.md --- CODE-AUDIT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODE-AUDIT.md b/CODE-AUDIT.md index 3515e28a..f1c40e9b 100644 --- a/CODE-AUDIT.md +++ b/CODE-AUDIT.md @@ -1,3 +1,5 @@ +

Exploring the Scripts and Steps Involved in an Application LXC Installation

+ In the case of the AdGuard Home LXC, the process involves running multiple scripts for each application or service.
Initially, the [adguard.sh](https://github.com/tteck/Proxmox/blob/main/ct/adguard.sh) script is executed to collect system parameters.
Next, the [build.func](https://github.com/tteck/Proxmox/blob/main/misc/build.func) script adds user settings and integrates all the collected information.