Browse Source

Update CODE-AUDIT.md

tteckster 2 years ago
parent
commit
f480487b12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CODE-AUDIT.md

+ 2 - 0
CODE-AUDIT.md

@@ -1,3 +1,5 @@
+<h3><div align="center">Exploring the Scripts and Steps Involved in an Application LXC Installation</div></h3>
+
 In the case of the AdGuard Home LXC, the process involves running multiple scripts for each application or service.<br>
 Initially, the [adguard.sh](https://github.com/tteck/Proxmox/blob/main/ct/adguard.sh) script is executed to collect system parameters.<br>
 Next, the [build.func](https://github.com/tteck/Proxmox/blob/main/misc/build.func) script adds user settings and integrates all the collected information.<br>