diff --git a/install/app-zoom.sh b/install/app-zoom.sh index 3069cba..6bbb1c8 100644 --- a/install/app-zoom.sh +++ b/install/app-zoom.sh @@ -1,7 +1,5 @@ -if [ -n "$FORCE" ] || ! command -v zoom &>/dev/null; then - cd ~/Downloads - wget https://zoom.us/client/latest/zoom_amd64.deb - sudo apt install ./zoom_amd64.deb - rm zoom_amd64.deb - cd - -fi +cd ~/Downloads +wget https://zoom.us/client/latest/zoom_amd64.deb +sudo apt install ./zoom_amd64.deb +rm zoom_amd64.deb +cd -