add sudo ldconfig to zoom install

pull/20/head
Botspot 4 years ago committed by GitHub
parent 84c172ba42
commit 830b634c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,9 @@ fi
cd $HOME
"${DIRECTORY}/pkg-install" "libxcb-xtest0 libxcb-xfixes0 cmake pulseaudio-utils pulseaudio" "$(dirname "$0")" || exit 1
#refresh lib list
sudo ldconfig
if [ $dlzoom == 1 ];then
echo "Downloading Zoom..."
rm -rf "${HOME}/zoom" ~/zoom_i686.tar.xz

Loading…
Cancel
Save