Tobbe / losi

LiteStep OpenSource Installer
https://tlundberg.com/losi
Other
51 stars 13 forks source link

Default step.rc contains NLM sites that no longer works #45

Open Tobbe opened 12 years ago

Tobbe commented 12 years ago

Go through all the NLM sites and make sure they're still running.

Perhaps add new ones (greywool's?)

passel commented 10 years ago

Here's a patch:

--- step.rc.old 2014-09-10 19:05:29.771772308 -0700
+++ step.rc 2014-09-10 18:52:33.243033000 -0700
@@ -16,9 +16,9 @@
 include                 "$ThemeDir$config\_compatibility_patch.rc"

 LoadModule              "$LiteStepDir$NLM\NetLoadModule2.dll"
-*NetLoadModuleSite      "http://www.ls-themes.org/modules/download/"
+*NetLoadModuleSite      "http://ls.greywool.com/modules/"
 *NetLoadModuleSite      "http://modules.shellfront.org/"
-*NetLoadModuleSite      "http://www.modules.ls-universe.info/modules/"
+*NetLoadModuleSite      "http://lsmodules.alurcard2.net/"
 NetLoadModulePath       "$ModulesDir$"
 NetLoadModuleDocPath    "$ModulesDir$docs\"
 NetLoadModuleZipPath    "$ModulesDir$archive\"
alur commented 10 years ago

http://lsmodules.alurcard2.net/ should be http://lsmodules.alurcard2.net/32bit/

passel commented 10 years ago

Ah, missed that one.