Run ldconfig at end

This commit is contained in:
2023-06-02 09:02:22 +02:00
parent 2c236638f5
commit 0c0f97cc4b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -66,6 +66,8 @@ cd ../build-kstars
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
sudo make install || { echo "KStars installation failed"; exit 1; }
sudo ldconfig
exit
cd "$ROOTDIR"
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git
+2
View File
@@ -77,6 +77,8 @@ cd ../build-kstars
make -j $JOBS || { echo "KStars compilation failed"; exit 1; }
sudo make install || { echo "KStars installation failed"; exit 1; }
sudo ldconfig
exit
cd "$ROOTDIR"
[ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git