mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 10:02:18 +00:00
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:
parent
8b597124d7
commit
7336dc6440
7
inxi
7
inxi
|
@ -13614,7 +13614,12 @@ print_repo_data()
|
||||||
fi
|
fi
|
||||||
done <<< "$REPO_DATA"
|
done <<< "$REPO_DATA"
|
||||||
else
|
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"
|
print_screen_output "$repo_full"
|
||||||
fi
|
fi
|
||||||
eval $LOGFE
|
eval $LOGFE
|
||||||
|
|
|
@ -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
|
Version: 2.2.19
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue