commit 26888c1b9593c9c3f3d84c2171ea24ea6d5334a9
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2022-08-07T14:14:45Z |
| subject | Updated remote path |
commit 26888c1b9593c9c3f3d84c2171ea24ea6d5334a9
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2022-08-07T14:14:45Z
Updated remote path
---
bash/bashrc/rbashrc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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="<MACHINE_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