Переглянути джерело

Update 'Minecraft-RockyLinux.md'

Corrected url for backup-script after relocation
Michael Honkoop 8 місяців тому
батько
коміт
cf5ad79f59
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Minecraft-RockyLinux.md

+ 2 - 2
Minecraft-RockyLinux.md

@@ -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