commit
c891da45d5
|
|
@ -1,5 +1,8 @@
|
|||
## Changelogs
|
||||
|
||||
## 08 Aug 2024
|
||||
- Increased to 1 sec delay for installing base-devel [commit](https://github.com/JaKooLit/Arch-Hyprland/commit/7ebfa06c3b186f9bec0bcf268fae401ba67dfc2a)
|
||||
|
||||
## 07 Jul 2024
|
||||
- added eza (ls replacement for tty). Note only on .zshrc
|
||||
|
||||
|
|
|
|||
|
|
@ -172,12 +172,12 @@ printf "\n"
|
|||
|
||||
# Ensuring all in the scripts folder are made executable
|
||||
chmod +x install-scripts/*
|
||||
sleep 0.5
|
||||
sleep 1
|
||||
# Ensuring base-devel is installed
|
||||
execute_script "00-base.sh"
|
||||
sleep 0.5
|
||||
sleep 1
|
||||
execute_script "pacman.sh"
|
||||
sleep 0.5
|
||||
sleep 1
|
||||
# Execute AUR helper script based on user choice
|
||||
if [ "$aur_helper" == "paru" ]; then
|
||||
execute_script "paru.sh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue