X-Git-Url: https://software.frrobert.com/lace/blobdiff_plain/d018d21991d5ad1dfaab712dd447a813f313fb0c..1f108d11c90ae30cb27eb44b21772575be85913a:/lace diff --git a/lace b/lace index 951a0f8..2f57350 100644 --- a/lace +++ b/lace @@ -126,7 +126,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