|
@@ -56,10 +56,10 @@ Overwrite the content of the previously created `eula.txt` so the content reads
|
|
|
echo "eula=true" > eula.txt
|
|
|
```
|
|
|
|
|
|
-Place/create either the (in this repository) provided tar [backup script](https://raw.githubusercontent.com/Glowsome/Minecraft/main/backup.sh) or the zst with better compression [backup script](https://raw.githubusercontent.com/Glowsome/Minecraft/main/backup-zst.sh) and make it executable.
|
|
|
+Place/create either the (in this repository) provided tar [backup script](https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/backup.sh) or the zst with better compression [backup script](https://raw.githubusercontent.com/Glowsome/Minecraft/main/backup-zst.sh) and make it executable.
|
|
|
|
|
|
```
|
|
|
-wget https://raw.githubusercontent.com/Glowsome/Minecraft/main/backup.sh
|
|
|
+wget https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/backup.sh
|
|
|
chmod +x backup.sh
|
|
|
```
|
|
|
OR
|