We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3ff5e commit 36c4d5dCopy full SHA for 36c4d5d
1 file changed
perl/devkitA64update.pl
@@ -47,7 +47,7 @@
47
$dir = "$pwd/$dir";
48
}
49
50
- printf("devkitPPC Updater/Installer\n");
+ printf("devkitA64 Updater/Installer\n");
51
printf("Installing to %s\n", $dir);
52
53
# Get OS information
@@ -98,7 +98,7 @@
98
unlink("devkitProUpdate.ini") or die $!;
99
100
printf("Downloading update file...");
101
- system($downloader . " http://devkitpro.sourceforge.net/devkitProUpdate.ini") and die "Failed to download!";
+ system($downloader . " http://downloads.devkitpro.org/devkitProUpdate.ini") and die "Failed to download!";
102
printf("OK!\n");
103
104
# Initialize versions & newVersions
0 commit comments