aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2023-06-04 22:24:13 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2023-06-04 22:24:13 +0200
commit8f24048be1d3065433f90c3ede5319778b42e60f (patch)
tree1e5e2fbc36c8911e1480555c84973344d040cd49
parent8a572c060f51eb956681dee43e1ef3e976a72849 (diff)
Add sudo to makewhatis command
-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
}