Changes

m
no edit summary
Line 33: Line 33:  
* Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.)
 
* Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.)
 
<pre>
 
<pre>
curl -L https://github.com/devkitPro/installer/blob/master/perl/devkitA64update.pl -o devkitA64update.pl
+
curl -L https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitA64update.pl -o devkitA64update.pl
 
chmod +x ./devkitA64update.pl
 
chmod +x ./devkitA64update.pl
 
./devkitA64update.pl
 
./devkitA64update.pl
1

edit