Skip to content

Commit

Permalink
debian: don't use frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 16, 2024
1 parent 9ece619 commit 6b0011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/native-package-installer/platform/debian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def package(spec)
end

def install_command
"apt-get install -V -y"
"env DEBIAN_FRONTEND=noninteractive apt-get install -V -y"
end

def need_super_user_priviledge?
Expand Down

0 comments on commit 6b0011b

Please sign in to comment.