Skip to content

Commit

Permalink
--yes for apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 31, 2025
1 parent 7cb6788 commit 6b4394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ set -x

if "${LOCAL}/help/is-linux.sh"; then
"${LOCAL}/help/sudo.sh" apt-get update -y --fix-missing
"${LOCAL}/help/sudo.sh" apt-get install -y coreutils
"${LOCAL}/help/sudo.sh" apt-get install --yes coreutils
fi

function install_package() {
Expand Down

0 comments on commit 6b4394a

Please sign in to comment.