@kyanny's blog

My thoughts, my life. Views/opinions are my own.

Ubuntu

Ubuntu: apt upgrade 時に postinstall のダイアログで止まらないようにする

DEBIAN_FRONTEND=noninteractive をつける...だけでは不十分で、以下のようにする必要があるらしい。 $ sudo apt update && sudo DEBIAN_FRONTEND=noninteractive apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrad…