How to make apt install without prompt via config: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/99-yes-install.conf")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/99-yes-install.conf
echo 'apt::get::assume-yes;' > /etc/apt/apt.conf.d/yes-install
<ref>https://askubuntu.com/a/527136/553797</ref>

Latest revision as of 19:28, 3 December 2021

echo 'apt::get::assume-yes;' > /etc/apt/apt.conf.d/yes-install

[1]