How do I go about updating just the Echolink section. I know I can download and re-compile everything, but I would rather not. It overwrites all of my custom audio files everytime I do that.<div><br></div><div>This is what I currently do to update my system:</div>
<div>cd /usr/src<br>rm -rf astsrc<br>wget <a href="http://allstarlink.org/svn-trunk.tar.gz">http://allstarlink.org/svn-trunk.tar.gz</a> 
-O- | tar xzv<br>mv trunk astsrc<br>cd astsrc<br>make upgrade-acid<br><br>cd /tmp/<br>wget <a href="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.4.13.tar.gz">http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.4.13.tar.gz</a><br>
tar 
-xf asterisk-addons-1.4.13.tar.gz<br>cd asterisk-addons-1.4.13<br>make 
clean<br>./config<br>make install<br>service asterisk restart<br></div><div><br></div><div>-- <br>KI6PSP (Ed)<br>
</div>