diff --git a/inxi b/inxi index a738129..4b00896 100755 --- a/inxi +++ b/inxi @@ -1282,7 +1282,7 @@ script_self_updater() if [[ $wget_man_error -eq 0 ]];then print_screen_output "Man file download URL verified: $MAN_FILE_DOWNLOAD" print_screen_output "Downloading Man page file now." - wget -O $MAN_FILE_LOCATION $MAN_FILE_DOWNLOAD || wget_man_error=$? + wget -O $MAN_FILE_LOCATION/inxi.8.gz $MAN_FILE_DOWNLOAD || wget_man_error=$? if [[ $wget_man_error -gt 0 ]];then print_screen_output "Oh no! Something went wrong downloading the Man gz file at: $MAN_FILE_DOWNLOAD" print_screen_output "Check the error messages for what happened. Error: $wget_man_error"