Update README.md
This commit is contained in:
parent
04d90e724d
commit
ecc1b9508e
1 changed files with 20 additions and 25 deletions
17
README.md
17
README.md
|
|
@ -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) ✨
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue