diff --git a/apps/Zoom/install-64 b/apps/Zoom/install-64 index cce3241ff0..f3a2c94cbe 100755 --- a/apps/Zoom/install-64 +++ b/apps/Zoom/install-64 @@ -27,6 +27,7 @@ if true;then echo "Getting x86_64 libs..." wget https://github.com/ryanfortner/rpi-zoom/raw/master/zoom_x64_libs.zip || error "Failed to download zoom x64 libraries!" unzip zoom_x64_libs.zip || error "Failed to extract zoom libraries." + rm zoom_x64_libs.zip || error "Failed to remove zoom_x64_libs.zip" mkdir ~/zoom/x64_libs mv zoom_x64_libs/* ~/zoom/x64_libs || error "Failed to move zoom x64 libraries to zoom folder." rm -r $HOME/zoom_x64_libs || error "Failed to remove library folder."