diff --git a/inxi b/inxi index 7a2a8e7..c793396 100755 --- a/inxi +++ b/inxi @@ -13614,7 +13614,12 @@ print_repo_data() fi done <<< "$REPO_DATA" else - repo_full=$( create_print_line "Repos:" "${C1}Error$SEP3${C2} $SCRIPT_NAME does not support this feature for your distro yet." ) + if [[ $BSD_TYPE == 'bsd' ]];then + repo_type='OS type' + else + repo_type="package manager" + fi + repo_full=$( create_print_line "Repos:" "${C1}Error$SEP3${C2} No repo data detected. Does $SCRIPT_NAME support your $repo_type?" ) print_screen_output "$repo_full" fi eval $LOGFE diff --git a/inxi.changelog b/inxi.changelog index bfda959..98c042e 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,17 @@ +===================================================================================== +Version: 2.2.19 +Patch Version: 00 +Script Date: 2015-02-15 +----------------------------------- +Changes: +----------------------------------- +No version change, new tarball. Fixed the repo error message to be more accurate, since +a system could be supported but have no repo data, like on some livecds etc. Also made it +better for BSD or GNU/linux. + +----------------------------------- +-- Harald Hope - Sun, 15 Feb 2015 19:13:25 -0800 + ===================================================================================== Version: 2.2.19 Patch Version: 00