6 lines
123 B
Bash
6 lines
123 B
Bash
|
export DEBIAN_FRONTEND=noninteractive
|
||
|
apt update
|
||
|
apt -y install command-not-found
|
||
|
apt-file update
|
||
|
update-command-not-found
|