Update README.md

This commit is contained in:
kuzyn_pro 2025-05-27 17:14:38 +02:00 committed by GitHub
parent 04d90e724d
commit ecc1b9508e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,22 +7,17 @@ Disclaimer & Warning 🚨
USE AT YOUR OWN RISK! This script performs powerful actions that modify your system. While it's designed to be Proxmox-friendly, there's always a risk of unintended consequences. ALWAYS BACK UP YOUR SYSTEM BEFORE RUNNING THIS SCRIPT! The script does create an automatic backup, but having your own external backup is crucial. USE AT YOUR OWN RISK! This script performs powerful actions that modify your system. While it's designed to be Proxmox-friendly, there's always a risk of unintended consequences. ALWAYS BACK UP YOUR SYSTEM BEFORE RUNNING THIS SCRIPT! The script does create an automatic backup, but having your own external backup is crucial.
How to Use 🛠️ How to Use 🛠️
```
Download the script:
Bash
wget https://github.com/kraken537/Uninstal-FreePBX-from-proxmox-script/raw/main/freepbx_uninstall.sh wget https://github.com/kraken537/Uninstal-FreePBX-from-proxmox-script/raw/main/freepbx_uninstall.sh
```
Give it execution permissions: Give it execution permissions:
Bash ```
chmod +x freepbx_uninstall.sh chmod +x freepbx_uninstall.sh
```
Run the script as root: Run the script as root:
Bash ```
sudo ./freepbx_uninstall.sh sudo ./freepbx_uninstall.sh
```
The script will guide you through the process, ask for confirmations, and provide warnings, especially if it detects Proxmox. Pay close attention to its output! 👀 The script will guide you through the process, ask for confirmations, and provide warnings, especially if it detects Proxmox. Pay close attention to its output! 👀
What the Script Does (and tries not to do to Proxmox) ✨ What the Script Does (and tries not to do to Proxmox) ✨