diff --git a/pman.sh b/pman.sh index 4cc9f14..f948177 100755 --- a/pman.sh +++ b/pman.sh @@ -103,7 +103,7 @@ case "$command_args" in # Update the cache su_needed=true command_args="-Fy" - execute_command "${@}" + execute_command su_needed=false command_args="-F" @@ -112,7 +112,7 @@ case "$command_args" in # Update the cache su_needed=true command_args="-Fy" - execute_command "${@}" + execute_command su_needed=false command_args="-Fl"