Skip to content

Commit ce2a129

Browse files
committed
Fix output when sudo is installed
1 parent 78532b1 commit ce2a129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ debconf_fix="DEBIAN_FRONTEND=noninteractive"
255255
apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
256256
scripts="$src"/scripts
257257

258-
add_sudo
258+
add_sudo >/dev/null 2>&1
259259

260260
. /etc/os-release
261261
# shellcheck source=.

0 commit comments

Comments
 (0)