dotfiles will now be downloaded from main or master branch instead of from the releases version.
This commit is contained in:
parent
38f24a43bb
commit
f096714637
|
|
@ -1,5 +1,8 @@
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
## 18 Sep 2024
|
||||||
|
- dotfiles will now be downloaded from main or master branch instead of from the releases version.
|
||||||
|
|
||||||
## 14 Sep 2024
|
## 14 Sep 2024
|
||||||
- remove the final error checks instead, introduced a final check of essential packages to ran Hyprland
|
- remove the final error checks instead, introduced a final check of essential packages to ran Hyprland
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,7 @@ if [ "$rog" == "Y" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$dots" == "Y" ]; then
|
if [ "$dots" == "Y" ]; then
|
||||||
execute_script "dotfiles.sh"
|
execute_script "dotfiles-main.sh"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue