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.
This commit is contained in:
inxi-svn 2015-02-16 03:14:12 +00:00
parent 8b597124d7
commit 7336dc6440
2 changed files with 20 additions and 1 deletions

7
inxi
View file

@ -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

View file

@ -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