fix(install.sh): fix home directory

This commit is contained in:
Philip Stark 2024-07-22 23:55:38 +02:00
parent 8a6f0bbee8
commit d47e4ee626

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
CONFIGFILES_REPOSITORY="https://git.pew.io/technowitch/elas-arch-config.git" CONFIGFILES_REPOSITORY="https://git.pew.io/technowitch/elas-arch-config.git"
CONFIGFILES_DIRECTORY="~/dotfiles" CONFIGFILES_DIRECTORY="${HOME}/dotfiles"
# This script installs these dotfiles. # This script installs these dotfiles.