updated base-devel installation
This commit is contained in:
@@ -16,7 +16,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_base.log"
|
|||||||
printf "\n%s - Installing base-devel \n" "${NOTE}"
|
printf "\n%s - Installing base-devel \n" "${NOTE}"
|
||||||
|
|
||||||
for PKG1 in "${base[@]}"; do
|
for PKG1 in "${base[@]}"; do
|
||||||
install_package_pacman "$PKG1" | tee -a "$LOG"
|
sudo pacman -S --noconfirm "$PKG1" | tee -a "$LOG"
|
||||||
done
|
done
|
||||||
|
|
||||||
clear
|
clear
|
||||||
@@ -177,6 +177,7 @@ sleep 0.5
|
|||||||
execute_script "00-base.sh"
|
execute_script "00-base.sh"
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
execute_script "pacman.sh"
|
execute_script "pacman.sh"
|
||||||
|
sleep 0.5
|
||||||
# Execute AUR helper script based on user choice
|
# Execute AUR helper script based on user choice
|
||||||
if [ "$aur_helper" == "paru" ]; then
|
if [ "$aur_helper" == "paru" ]; then
|
||||||
execute_script "paru.sh"
|
execute_script "paru.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user