diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 593a83f..23458c8 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -146,7 +146,7 @@ function rbash_upgrade { echo "Updating $__SCRIPT" __uuid TMPID TMPFILE=/tmp/$TMPID - __download "https://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/rbashrc;hb=HEAD" > $TMPFILE + __download "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/rbashrc" > $TMPFILE if [ -z "$1" ]; then MC_NAME="" @@ -179,7 +179,7 @@ function rbash_upgrade { function rbash_run { echo "Getting: $1" - __cacheDownload "https://git.astropenguin.net/?p=utils.git;a=blob_plain;f=$1;hb=HEAD" + __cacheDownload "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/$1" shift __uuid TMPID TMPFILE=/tmp/$TMPID @@ -203,7 +203,7 @@ function __ns { fi echo " $1" - __cacheDownload "https://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/$FPATH;hb=HEAD" + __cacheDownload "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/$FPATH" shift __uuid TMPID TMPFILE=/tmp/$TMPID