125126127128129130131132133134135
if (options.eworld) { installer.eworld(); } if (options.revdep) { installer.gccConfig(); installer.revdep(); } if (options.grub) { installer.grub();
143144145146147148149150151152153