X-Git-Url: https://software.frrobert.com/lace/blobdiff_plain/39858a2b471cf244313edb040a25765256c163a7..c5b96e5b785bc71b30113a738a87eb06cdf8e287:/lace diff --git a/lace b/lace index 31e4ca1..7ae315e 100644 --- a/lace +++ b/lace @@ -76,7 +76,7 @@ elif [[ "$1" == "unsub" ]];then elif [[ "$1" == "subs" ]];then awk '{print $2" ("$1")"}' $subsfile elif [[ "$1" == "update" ]];then - curl https://gitlab.com/uoou/dotfiles/-/raw/master/stow/bin/home/drew/.local/bin/lace > "${BASH_SOURCE[0]}" + curl https://raw.githubusercontent.com/frrobert2/lace/main/lace > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" if [[ "$1" == "nope" ]];then