Update links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
@echo ----- Downloadig Install-KOTIKOT_launcher from my GitHub ------------------------------------
|
||||
powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py
|
||||
powershell -command iwr https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py
|
||||
@echo ----- If you have Python, just close this window now ----------------------------------------
|
||||
ping -n 3 localhost > nul
|
||||
ping -n 3 localhost > nul
|
||||
|
||||
@@ -6,7 +6,7 @@ kkapps = launchfolder + "/KOTIKOTapps"
|
||||
if not os.path.exists(kkapps):
|
||||
os.mkdir(kkapps)
|
||||
|
||||
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
|
||||
launcherurl = 'https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/KOTIKOT_launcher.py'
|
||||
urllib.request.urlretrieve(launcherurl, kkapps + "/KOTIKOT_launcher.py")
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user