File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ Simple bash script to compile and run your solution when solving competitive pro
77Run 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```
Original file line number Diff line number Diff line change 22
33INSTALL_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
66mkdir -p $INSTALL_DIR
77tar -xf /tmp/cptool.tar.gz -C $INSTALL_DIR --strip 1
88
You can’t perform that action at this time.
0 commit comments