fixing link
This commit is contained in:
Dima YaFlay
2022-01-03 02:05:44 +03:00
committed by GitHub
parent 4a4dc75afb
commit 08bb45c7d3

View File

@@ -9,8 +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'
if not path.isfile('/commands.py'): urlretrieve(commands, str(cwd)+'/commands.py')
# download commands.py
installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating-BETA-/main/installer.py'
installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/installer.py'
if not path.isfile('/installer.py'): urlretrieve(installer, str(cwd)+'/installer.py')
# download commands.py
system('python3 '+ str(cwd)+'/windows.py')