Replace sudo with run0 in scripts that only use it once
This commit is contained in:
parent
e7ff3d3f16
commit
30aa59ddfd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
curl --location --output-dir /tmp --remote-name https://zoom.us/client/latest/zoom_amd64.deb
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue