Skip to content

Commit

Permalink
Fix output when sudo is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Feb 7, 2022
1 parent 78532b1 commit ce2a129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ debconf_fix="DEBIAN_FRONTEND=noninteractive"
apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
scripts="$src"/scripts

add_sudo
add_sudo >/dev/null 2>&1

. /etc/os-release
# shellcheck source=.
Expand Down

0 comments on commit ce2a129

Please sign in to comment.