Skip to content

Commit 9c1af3f

Browse files
committed
using cp-itb as url
1 parent 4301437 commit 9c1af3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Simple bash script to compile and run your solution when solving competitive pro
77
Run this command in your bash shell
88

99
```
10-
curl -L -s https://raw.githubusercontent.com/jauhararifin/cptool/master/install.sh | bash
10+
curl -L -s https://raw.githubusercontent.com/cp-itb/cptool/master/install.sh | bash
1111
```

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
INSTALL_DIR=$HOME/.cptool
44

5-
curl -Lo /tmp/cptool.tar.gz https://github.com/jauhararifin/cptool/archive/v0.0.0.tar.gz > /dev/null 2> /dev/null
5+
curl -Lo /tmp/cptool.tar.gz https://github.com/cp-itb/cptool/archive/v0.0.0.tar.gz > /dev/null 2> /dev/null
66
mkdir -p $INSTALL_DIR
77
tar -xf /tmp/cptool.tar.gz -C $INSTALL_DIR --strip 1
88

0 commit comments

Comments
 (0)