added base-devel on the script

This commit is contained in:
JaKooLit
2023-11-28 18:22:27 +09:00
parent 297bce5749
commit 2ce7758065
2 changed files with 52 additions and 0 deletions

View File

@@ -143,6 +143,8 @@ printf "\n"
chmod +x install-scripts/*
# Execute AUR helper script based on user choice
execute_script "00-base.sh"
if [ "$aur_helper" == "paru" ]; then
execute_script "paru.sh"
elif [ "$aur_helper" == "yay" ]; then