From 24ed1e1e952716d06d994f383d7e92661cf362a9 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 15:23:16 -0500 Subject: [PATCH] name update-home install in the repo --- update-home => install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename update-home => install (67%) diff --git a/update-home b/install similarity index 67% rename from update-home rename to install index 0e6fd8f..19e2191 100755 --- a/update-home +++ b/install @@ -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