From 92e9940034db168fa74f0d2aee32c9a82e893f42 Mon Sep 17 00:00:00 2001 From: Joaquin Manuel Crespo Date: Tue, 1 Jun 2021 07:19:03 -0300 Subject: [PATCH] Update for ArchLinux's pacman (#205) Adding "--needed" option to not reinstall installed packages. Replaced "gcc" with metapackage "base-devel" for complete delopment environment. --- auto-cpufreq-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-cpufreq-installer b/auto-cpufreq-installer index 0ccb021..22aa3f3 100755 --- a/auto-cpufreq-installer +++ b/auto-cpufreq-installer @@ -122,7 +122,7 @@ function tool_install { separator echo -e "\nDetected an Arch Linux based distribution\n" echo -e "\nSetting up Python environment\n" - pacman -S --noconfirm python python-pip python-setuptools gcc dmidecode + pacman -S --noconfirm --needed python python-pip python-setuptools base-devel dmidecode echo -e "\nInstalling necessary Python packages\n" pip_pkg_install separator