fix: setup script

This commit is contained in:
max_richter 2023-10-11 16:47:14 +02:00
parent a4fc0b8cdc
commit f7b41b0b30

View File

@ -7,9 +7,9 @@ INTERACTIVE=false
#Loading all the helper scripts
source ./helpers/installer.sh
source ./helpers/prompt.sh
source ./helpers/multiselect.sh
source $HOME/.dotfiles/helpers/installer.sh
source $HOME/.dotfiles/helpers/prompt.sh
source $HOME/.dotfiles/helpers/multiselect.sh
echo "-- welcome to my setup script --"