@@ -1,5 +1,8 @@
|
|||||||
## Changelogs
|
## 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
|
## 07 Jul 2024
|
||||||
- added eza (ls replacement for tty). Note only on .zshrc
|
- 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
|
# Ensuring all in the scripts folder are made executable
|
||||||
chmod +x install-scripts/*
|
chmod +x install-scripts/*
|
||||||
sleep 0.5
|
sleep 1
|
||||||
# Ensuring base-devel is installed
|
# Ensuring base-devel is installed
|
||||||
execute_script "00-base.sh"
|
execute_script "00-base.sh"
|
||||||
sleep 0.5
|
sleep 1
|
||||||
execute_script "pacman.sh"
|
execute_script "pacman.sh"
|
||||||
sleep 0.5
|
sleep 1
|
||||||
# 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