bntjah / lc-installer

Lancache Installer Script
8 stars 9 forks source link

installed looks like it needs update for new ip and service #19

Open nexusofdoom opened 6 years ago

nexusofdoom commented 6 years ago
## Glyph °|-lc-host-vint:14
    local-zone: "aa-update.dyn.triongames.com." redirect
    local-data: "aa-update.dyn.triongames.com. 600 IN A lc-host-glyph"    
Shazzer1951 commented 6 years ago

if you look at the installer.sh starting at Line 201 just change it from: 201 - ## Update lancache config folder from github 202 - cd $lc_dl_dir 203 - git pull --recurse-submodules 204 - git submodule update --remote --recursive

to: 201 - ## Update lancache config folder from github 202 - ## cd $lc_dl_dir 203 - ## git pull --recurse-submodules 204 - ## git submodule update --remote --recursive

That will disable the installer from updating lancache from git. The issue right now is the lc-installer and the lancache repository are not working together. There are a few lines of "new" code in the lancache rep that lc-installer does not know how to handle so it breaks the install.

Also there are some "typo's" in the current lancache rep that are breaking things as well. If you make the small change to the installer before you run it it installs just fine. I used the last version of Debian 8.9.

I am not a programmer but I am a Cisco VoIP Engineer and I am an all around technologist. I am still learning Debian / Unbuntu / FreeBSD.

nexusofdoom commented 6 years ago

looks like ticket 22 is talking about the same issue. with the installer.