Removed installation of redundant inxi package for Solus

This commit is contained in:
Adnan Hodzic 2020-09-24 07:54:33 +02:00
parent 22d95746a6
commit 8c8f20b1d9
1 changed files with 1 additions and 1 deletions

View File

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