diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 15:23:16 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 15:23:16 -0500 |
commit | 24ed1e1e952716d06d994f383d7e92661cf362a9 (patch) | |
tree | c61beef8ec0991c162b7be88f9cba5d5c36766c7 | |
parent | 5f28612db307ac8ad3d7602afe0081acbf92e257 (diff) |
name update-home install in the repo
-rwxr-xr-x | install (renamed from update-home) | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,11 +13,11 @@ git stash git checkout main git pull --rebase -# Install new update-home script and run it instead of this -if ! diff ~/.dotfiles/update-home ~/.local/bin/update-home; then - cp ~/.dotfiles/update-home ~/.local/bin/update-home || exit 1 - echo Changes have been made to the update-home script. - echo Running the new update-home script. +# Install new install script and run it instead of this +if ! diff ~/.dotfiles/install ~/.local/bin/update-home; then + cp ~/.dotfiles/install ~/.local/bin/update-home || exit 1 + echo Changes have been made to the install script. + echo Running the new install script. ~/.local/bin/update-home exit fi |