diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 3bd3481..281740c 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 18 Sep 2024 +- dotfiles will now be downloaded from main or master branch instead of from the releases version. + ## 14 Sep 2024 - remove the final error checks instead, introduced a final check of essential packages to ran Hyprland diff --git a/install.sh b/install.sh index 8c9c952..d21f00b 100755 --- a/install.sh +++ b/install.sh @@ -255,7 +255,7 @@ if [ "$rog" == "Y" ]; then fi if [ "$dots" == "Y" ]; then - execute_script "dotfiles.sh" + execute_script "dotfiles-main.sh" fi