Replace sudo with run0 in scripts that only use it once

This commit is contained in:
Ohad Livne 2025-07-12 23:55:38 +03:00
parent e7ff3d3f16
commit 30aa59ddfd
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -4,4 +4,4 @@ set -euo pipefail
IFS=$'\n\t'
curl --location --output-dir /tmp --remote-name https://zoom.us/client/latest/zoom_amd64.deb
sudo apt-get install --no-install-recommends --yes /tmp/zoom_amd64.deb
run0 apt-get install --no-install-recommends --yes /tmp/zoom_amd64.deb