dotfiles will now be downloaded from main or master branch instead of from the releases version.

This commit is contained in:
JaKooLit
2024-09-18 14:32:20 +09:00
parent 38f24a43bb
commit f096714637
2 changed files with 4 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ if [ "$rog" == "Y" ]; then
fi
if [ "$dots" == "Y" ]; then
execute_script "dotfiles.sh"
execute_script "dotfiles-main.sh"
fi