diff --git a/install b/install index ae85ad0..f9d4a45 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ if [ ! -f ~/.bash-timer.sh ]; then # Pull down our file from GitHub and write it to our home directory as a hidden file. - curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0.0/bash-timer.sh -o $HOME/.bash-timer.sh + curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0/bash-timer.sh -o $HOME/.bash-timer.sh if [ $(builtin type -P "sha256sum" 2>&1) ]; then echo "b8b86b96a8b144bcbfe9c567d606bc34a798cad34b0e8c8b98995f8a6d144c73 $HOME/.bash-timer.sh" | sha256sum -c - @@ -16,7 +16,7 @@ if [ ! -f ~/.bash-timer.sh ]; then fi if [ ! -f ~/.bash-preexec.sh ]; then - curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0.0/assets/bash-preexec.sh -o $HOME/.bash-preexec.sh + curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0/assets/bash-preexec.sh -o $HOME/.bash-preexec.sh if [ $(builtin type -P "sha256sum" 2>&1) ]; then echo "04947faeb7f735d37cce12d820a1766ce0eb8288b64ee119e3ca1b00c4ed69eb $HOME/.bash-preexec.sh" | sha256sum -c -