1
0
forked from sneak/hacks
Files
hacks/fix-raspian-defaults/root/boot/setup-scripts/10-install-command-not-found.sh
2019-10-04 05:27:54 -07:00

6 lines
123 B
Bash

export DEBIAN_FRONTEND=noninteractive
apt update
apt -y install command-not-found
apt-file update
update-command-not-found