From 77f8183751ca0fe6723d65a8cf493398f85cbd23 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 26 Jun 2024 18:07:07 +0300 Subject: [PATCH] install: this seems like a great place for updatedb --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 6d6876a9..7db8b375 100755 --- a/install +++ b/install @@ -64,6 +64,9 @@ if [ "$(id -u)" == "0" ]; then mkdir -vp /etc/apt/apt.conf.d/ echo 'Dpkg::Progress-Fancy "1";' > /etc/apt/apt.conf.d/99progressbar echo 'APT::Color "1";' > /etc/apt/apt.conf.d/99color + if hash updatedb 2> /dev/null; then + (updatedb &) + fi fi if [ -f "$MIKAELA_GREP" ]; then