On 10/23/2010 01:26 PM, Gene wrote:
> I've installed app_rpt about a month ago using the ACID download.
> By using the astinstall.sh script to update app_rpt, will any of the configuration or custom files be changed or be removed?
> Other words, will I need to "re-do" anything?
That's an install script and its not meant to be used for upgrading. The best way to upgrade is to follow this procedure
from the allstarlink.org support page:
For the ACID distribution (and other Linux platforms):
cd /usr/src
rm -rf astsrc
wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid
For Limey Linux:
cd /usr/src
rm -rf astsrc
curl -L https://allstarlink.org/svn-trunk.tar.gz | tar xzv
mv trunk astsrc
cd astsrc
make upgrade
make svsrc
Steve
WA6ZFT