fix mc url's

Fixes the minecraft_java minecraft/java
This commit is contained in:
Michael Parker
2020-08-25 14:56:12 -04:00
parent 36d86b3afe
commit 56b9733063
5 changed files with 11 additions and 11 deletions

View File

@@ -15,10 +15,10 @@ If you are reading this it looks like you are looking to add an egg to your serv
## Technic Eggs
[Technic](/minecraft_java/technic/)
* [Attack of the B-Team](/minecraft_java/technic/attack-of-the-bteam/)
* [Blightfall](/minecraft_java/technic/blightfall/)
* [Hexxit](/minecraft_java/technic/hexxit/)
* [Tekkit Classic](/minecraft_java/technic/tekkit-classic/)
* [Tekkit Legends](/minecraft_java/technic/tekkit-legends/)
* [The 1.7.10 Pack](/minecraft_java/technic/the-1-7-10-pack/)
[Technic](/minecraft/java/technic/)
* [Attack of the B-Team](/minecraft/java/technic/attack-of-the-bteam/)
* [Blightfall](/minecraft/java/technic/blightfall/)
* [Hexxit](/minecraft/java/technic/hexxit/)
* [Tekkit Classic](/minecraft/java/technic/tekkit-classic/)
* [Tekkit Legends](/minecraft/java/technic/tekkit-legends/)
* [The 1.7.10 Pack](/minecraft/java/technic/the-1-7-10-pack/)

View File

@@ -17,7 +17,7 @@
},
"scripts": {
"installation": {
"script": "#!\/bin\/ash\r\n# Forge Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -sS http:\/\/servers.technicpack.net\/Technic\/servers\/tekkit\/Tekkit_Server_$MODPACK_VERSION.zip -o Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nunzip Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm -rf Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm launch.bat\r\n\r\nrm launch.sh\r\n\r\nif [ ! -f server.properties ]; then\r\n echo -e \"Downloading MC server.properties\"\r\n curl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/minecraft_java\/server.properties\r\nfi",
"script": "#!\/bin\/ash\r\n# Forge Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -sS http:\/\/servers.technicpack.net\/Technic\/servers\/tekkit\/Tekkit_Server_$MODPACK_VERSION.zip -o Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nunzip Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm -rf Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm launch.bat\r\n\r\nrm launch.sh\r\n\r\nif [ ! -f server.properties ]; then\r\n echo -e \"Downloading MC server.properties\"\r\n curl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/minecraft\/java\/server.properties\r\nfi",
"container": "alpine:3.9",
"entrypoint": "ash"
}