mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2025-12-09 20:09:32 +02:00
fixing links
This commit is contained in:
4
index.py
4
index.py
@@ -9,7 +9,7 @@ if not path.isfile('/windows.py'): urlretrieve(windows, str(cwd)+'/windows.py')
|
|||||||
commands = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/commands.py'
|
commands = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/commands.py'
|
||||||
if not path.isfile('/commands.py'): urlretrieve(commands, str(cwd)+'/commands.py')
|
if not path.isfile('/commands.py'): urlretrieve(commands, str(cwd)+'/commands.py')
|
||||||
# download commands.py
|
# download commands.py
|
||||||
installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/installer.py'
|
installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/intex.py'
|
||||||
if not path.isfile('/installer.py'): urlretrieve(installer, str(cwd)+'/installer.py')
|
if not path.isfile('/intex.py'): urlretrieve(installer, str(cwd)+'/intex.py')
|
||||||
# download commands.py
|
# download commands.py
|
||||||
system('python3 '+ str(cwd)+'/windows.py')
|
system('python3 '+ str(cwd)+'/windows.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user