From 30aa59ddfd3cdb04b86ceab499c088cdc1f802d1 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 12 Jul 2025 23:55:38 +0300 Subject: [PATCH] Replace sudo with run0 in scripts that only use it once --- .config/setup/20-install-zoom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/setup/20-install-zoom.sh b/.config/setup/20-install-zoom.sh index d1260cc..c5e6fe1 100755 --- a/.config/setup/20-install-zoom.sh +++ b/.config/setup/20-install-zoom.sh @@ -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