Skip to content

Commit 637572e

Browse files
committed
Replace github url to use Scripbox repo
1 parent 650cc0f commit 637572e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ! which git || ! which wget; then
1010
fi
1111
fi
1212

13-
wget https://raw.githubusercontent.com/ms-choudhary/cachr/master/cache_run -O /usr/bin/cache_run
14-
wget https://raw.githubusercontent.com/ms-choudhary/cachr/master/cache_get -O /usr/bin/cache_get
15-
wget https://github.com/ms-choudhary/cachr/releases/download/v1.0/cachr -O /usr/bin/cachr
13+
wget https://raw.githubusercontent.com/scripbox/cachr/master/cache_run -O /usr/bin/cache_run
14+
wget https://raw.githubusercontent.com/scripbox/cachr/master/cache_get -O /usr/bin/cache_get
15+
wget https://github.com/scripbox/cachr/releases/download/v1.1/cachr -O /usr/bin/cachr
1616
chmod +x /usr/bin/cache_run /usr/bin/cache_get /usr/bin/cachr

0 commit comments

Comments
 (0)