From 8f24048be1d3065433f90c3ede5319778b42e60f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 4 Jun 2023 22:24:13 +0200 Subject: Add sudo to makewhatis command --- bin/update-everything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-everything.sh b/bin/update-everything.sh index 4034049..6a14e71 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -99,7 +99,7 @@ update_scripts_repo(){ update_whatis_db(){ printf_n_notify "update whatis db" - makewhatis /usr/share/man + sudo makewhatis /usr/share/man } -- cgit v1.2.3