"A. Load Gofer" ScriptLoader new installGofer.
"B. Install packages" | gofer | gofer := Gofer new. gofer url: 'http://www.squeaksource.com/PharoTaskForces'. Transcript cr; show: 'Part 2'; cr. gofer copy addAll: #( "Part 2" 'Kernel-MikeRoberts.405'); load. Transcript cr; show: 'Part 3'; cr. gofer copy addAll: #( "Part 3" 'Compiler-MikeRoberts.130' 'CompilerTests-MikeRoberts.21' 'KernelTests-MikeRoberts.150'); load. Transcript cr; show: 'Part 4'; cr. gofer copy addAll: #( "Part 4" 'Compiler-MikeRoberts.131'); load. Transcript cr; show: 'Part 5'; cr. gofer copy addAll: #( "Part 5" 'Kernel-MikeRoberts.406'); load. Transcript cr; show: 'Part 6'; cr. gofer copy addAll: #( "Part 6" 'Kernel-MikeRoberts.407'); load. Transcript cr; show: 'Part 7'; cr. gofer copy addAll: #( "Part 7" 'System-Changes-MikeRoberts.13'); load. gofer copy addAll: #( 'System-Download-MikeRoberts.11'); load. gofer copy addAll: #( 'System-Support-MikeRoberts.89'); load. Transcript show: 'Part 8'; cr. gofer copy addAll: #( "Part 8" 'Tools-MikeRoberts.202'); load. Transcript cr; show: 'Part 9'; cr. gofer copy addAll: #( "Part 9 - setup recompile" 'System-Support-MikeRoberts.90'); load.
"C. Recompile" Utilities initializeClosures. Utilities compileUsingClosures.
"D. Run the tests please" TestRunner open
The case for installer... QED Keith