From 26888c1b9593c9c3f3d84c2171ea24ea6d5334a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sun, 7 Aug 2022 22:14:45 +0800 Subject: [PATCH] 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="" @@ -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