mirror of https://github.com/tteck/Proxmox.git
* Alpine AdGuardHome LXC * fixed update part * removed debug URL for 2nd script * Get rid of wget on Alpine Linux Now we can curl everything, one package less on installation :) Get rid of Midnight Commander package, I never used it in any LXC, I guess that is from debugging there right? * reverted back to wget as tteck recommends * Check AdGuard WebUI Setup is done this is needed if anyone runs the updatescript without having run the setup in the webui before. This will lead to an error in on the cp command for the backup. Made a check around that :) * added update menu + recommendations * cp -rf makes it more simple thank you @tteck |
||
---|---|---|
.github | ||
ct | ||
install | ||
misc | ||
vm | ||
CHANGELOG.MD | ||
LICENSE | ||
README.md |
README.md
These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup provides additional options such as container type, root password, hostname, disk size, core count, RAM size, network settings, and others. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.
Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.