Bläddra i källkod

Update 'Minecraft-RockyLinux.md'

Corrected url for backup-script after relocation
Michael Honkoop 8 månader sedan
förälder
incheckning
cf5ad79f59
1 ändrade filer med 2 tillägg och 2 borttagningar
  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