File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2727 - UTPLSQL_VERSION="v3.0.2"
2828 - UTPLSQL_VERSION="v3.0.3"
2929 - UTPLSQL_VERSION="v3.0.4"
30- - UTPLSQL_VERSION="v3.1.0"
3130 - UTPLSQL_VERSION="v3.1.1"
3231 - UTPLSQL_VERSION="v3.1.2"
3332 - UTPLSQL_VERSION="develop"
Original file line number Diff line number Diff line change 1111 curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
1212fi
1313
14- # Download develop branch of utPLSQL.
15- # UTPLSQL_VERSION="develop"
16- # UTPLSQL_FILE="utPLSQL"
17- # git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
18- # tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
19-
2014# Create a temporary install script.
2115cat > install.sh.tmp << EOF
2216tar -xzf ${UTPLSQL_FILE} .tar.gz && rm ${UTPLSQL_FILE} .tar.gz
You can’t perform that action at this time.
0 commit comments