Run ldconfig at end
This commit is contained in:
@@ -66,6 +66,8 @@ cd ../build-kstars
|
|||||||
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
|
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
|
||||||
sudo make install || { echo "KStars installation failed"; exit 1; }
|
sudo make install || { echo "KStars installation failed"; exit 1; }
|
||||||
|
|
||||||
|
sudo ldconfig
|
||||||
|
|
||||||
exit
|
exit
|
||||||
cd "$ROOTDIR"
|
cd "$ROOTDIR"
|
||||||
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git
|
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ cd ../build-kstars
|
|||||||
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
|
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
|
||||||
sudo make install || { echo "KStars installation failed"; exit 1; }
|
sudo make install || { echo "KStars installation failed"; exit 1; }
|
||||||
|
|
||||||
|
sudo ldconfig
|
||||||
|
|
||||||
exit
|
exit
|
||||||
cd "$ROOTDIR"
|
cd "$ROOTDIR"
|
||||||
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git
|
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git
|
||||||
|
|||||||
Reference in New Issue
Block a user