Skip to content

Commit

Permalink
Updates to tool_moodlebox to proces 16GB Pie5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Jan 12, 2025
1 parent aca7244 commit 5f05fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
case '8GB':
$platform = 'rpi5eightgb';
break;
case '16GB':
$platform = 'rpi5sixteengb';
break;
};
break;
case 'ZeroW':
Expand Down
1 change: 1 addition & 0 deletions lang/en/tool_moodlebox.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
$string['rpi4fourgb'] = 'Raspberry Pi 4B (4GB RAM)';
$string['rpi4onegb'] = 'Raspberry Pi 4B (1GB RAM)';
$string['rpi4twogb'] = 'Raspberry Pi 4B (2GB RAM)';
$string['rpi5sixteengb'] = 'Raspberry Pi 5 (16GB RAM)';
$string['rpi5eightgb'] = 'Raspberry Pi 5 (8GB RAM)';
$string['rpi5fourgb'] = 'Raspberry Pi 5 (4GB RAM)';
$string['rpiosversion'] = 'Raspberry Pi OS version';
Expand Down

0 comments on commit 5f05fb9

Please sign in to comment.