Bi-monthly INDI Library released with new drivers and bug fixes.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
echo ================================================================
echo Part 2: Update the repositories
echo ================================================================
cd $p/Projects/indi
echo $p/Projects/indi
git pull origin
echo ================================================================
cd $p/Projects/indi-3rdparty
echo $p/Projects/indi-3rdparty
git pull origin
echo ================================================================
cd $p/Projects/kstars
echo $p/Projects/kstars
git pull origin
fi
# Clone and install Stellarsolver
if [ $run_stellarsolver ]; then
echo ================================================================
echo ================================================================
echo Part 3: Stellarsolver
echo ================================================================
mkdir -p $p/Projects;
cd $p/Projects
rm -R ./stellarsolver/
git clone https://github.com/rlancaste/stellarsolver.git
./stellarsolver/linux-scripts/installStellarSolverLibrary.sh
echo Stellarsolver has been installed
fi
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.