ok. This should be the final push.... F.. hard to tweak... lmao

This commit is contained in:
JaKooLit
2024-01-01 23:09:47 +09:00
parent b540e8a930
commit f1542a11ed
3 changed files with 48 additions and 39 deletions

View File

@@ -141,11 +141,11 @@ printf "\n"
# Ensuring all in the scripts folder are made executable
chmod +x install-scripts/*
sleep 1
sleep 0.5
# Ensuring base-devel is installed
execute_script "00-base.sh"
sleep 0.5
execute_script "pacman.sh"
# Execute AUR helper script based on user choice
if [ "$aur_helper" == "paru" ]; then
execute_script "paru.sh"