From 8c8f20b1d960485719b17fb16130b38cda98fe3f Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Thu, 24 Sep 2020 07:54:33 +0200 Subject: [PATCH] Removed installation of redundant inxi package for Solus --- auto-cpufreq-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-cpufreq-installer b/auto-cpufreq-installer index 4afffd6..70181dc 100755 --- a/auto-cpufreq-installer +++ b/auto-cpufreq-installer @@ -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