updated installer. Offers optional group input

This commit is contained in:
JaKooLit
2023-12-10 12:33:09 +09:00
parent b5da9a78be
commit 430fe82041
2 changed files with 57 additions and 0 deletions

View File

@@ -188,6 +188,8 @@ if [ "$zsh" == "Y" ]; then
execute_script "zsh.sh"
fi
execute_script "InputGroup.sh"
if [ "$dots" == "Y" ]; then
execute_script "dotfiles.sh"