No need to guard, make it easier to upgrade
This commit is contained in:
parent
48a2dd3b32
commit
4d37f8efd4
@ -1,7 +1,5 @@
|
|||||||
if [ -n "$FORCE" ] || ! command -v zoom &>/dev/null; then
|
cd ~/Downloads
|
||||||
cd ~/Downloads
|
wget https://zoom.us/client/latest/zoom_amd64.deb
|
||||||
wget https://zoom.us/client/latest/zoom_amd64.deb
|
sudo apt install ./zoom_amd64.deb
|
||||||
sudo apt install ./zoom_amd64.deb
|
rm zoom_amd64.deb
|
||||||
rm zoom_amd64.deb
|
cd -
|
||||||
cd -
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user