We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650cc0f commit 637572eCopy full SHA for 637572e
install.sh
@@ -10,7 +10,7 @@ if ! which git || ! which wget; then
10
fi
11
12
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
+wget https://raw.githubusercontent.com/scripbox/cachr/master/cache_run -O /usr/bin/cache_run
+wget https://raw.githubusercontent.com/scripbox/cachr/master/cache_get -O /usr/bin/cache_get
+wget https://github.com/scripbox/cachr/releases/download/v1.1/cachr -O /usr/bin/cachr
16
chmod +x /usr/bin/cache_run /usr/bin/cache_get /usr/bin/cachr
0 commit comments