Update for ArchLinux's pacman (#205)

Adding "--needed" option to not reinstall installed packages. Replaced "gcc" with metapackage "base-devel" for complete delopment environment.
This commit is contained in:
Joaquin Manuel Crespo 2021-06-01 07:19:03 -03:00 committed by GitHub
parent 433c48b93d
commit 92e9940034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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