Files
erpnext-Restore-Script/README.md
T
2026-06-09 15:37:28 +02:00

29 lines
392 B
Markdown

### Installation
#### Herunterladen
```bash
cd frappe-bench
```
Mit wget
```bash
wget https://vw.falk.plus/JensFalk/erpnext-Restore-Script/raw/branch/main/restore-erpnext.sh -O restore-erpnext.sh
```
#### Datei anpassen
```bash
nano restore-erpnext.sh
```
### Scriptausfüherbar machen
```bash
chmod +x ~/restore-erpnext.sh
```
### Script ausführen
```bash
./restore-erpnext.sh
```