Removed installation of redundant inxi package for Solus
This commit is contained in:
parent
22d95746a6
commit
8c8f20b1d9
|
@ -89,7 +89,7 @@ then
|
|||
separator
|
||||
echo -e "\nDetected Solus distribution\n"
|
||||
echo -e "\nSetting up Python environment\n"
|
||||
eopkg install pip python3 inxi
|
||||
eopkg install pip python3
|
||||
echo -e "\nInstalling necessary Python packages\n"
|
||||
pip_pkg_install
|
||||
separator
|
||||
|
|
Loading…
Reference in New Issue