aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update-everything.sh2
1 files changed, 1 insertions, 1 deletions
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
}