Always accept

This commit is contained in:
David Heinemeier Hansson 2024-06-04 14:01:43 -07:00
parent c53f1498ea
commit a2317da485

View File

@ -1,5 +1,5 @@
cd ~/Downloads
wget https://zoom.us/client/latest/zoom_amd64.deb
sudo apt install ./zoom_amd64.deb
sudo apt install -y ./zoom_amd64.deb
rm zoom_amd64.deb
cd -