From 1e5443aafe207717dee7155c7cc9d3ee0c150639 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:34:01 +0100 Subject: [PATCH] Destroyed Installation and Setup (markdown) --- Installation-and-Setup.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 Installation-and-Setup.md diff --git a/Installation-and-Setup.md b/Installation-and-Setup.md deleted file mode 100644 index a3c4c3f..0000000 --- a/Installation-and-Setup.md +++ /dev/null @@ -1,34 +0,0 @@ -This guide explains how to install and set up the community-scripts repository and its various scripts. - -## Dependencies: -Ensure that the following dependencies are installed on your system: -- **Proxmox VE** (for managing virtual machines and containers) -- **Bash** -- **curl** -- **sudo** - -## Installation Steps: -1. **Clone the Repository**: - ```bash - git clone https://github.com/community-scripts/ProxmoxVE.git - cd ProxmoxVE - ``` - -2. **Run the Setup Script**: - To install the necessary dependencies and configure your system, run the setup script: - ```bash - bash setup.sh - ``` - -3. **Run Installation Scripts**: - After the setup is complete, navigate to the `scripts` folder and run the desired installation script: - ```bash - cd scripts - bash install_lxc.sh - ``` - -4. **Verify Installation**: - Check that the installation has completed successfully by running the verification command: - ```bash - bash verify_installation.sh - ```