Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 5218a9c

Browse files
authored
Merge pull request #769 from inteltiger/master
update 4 years old nvm and fix openssl lib64 issue in centos 7
2 parents 06656ec + dba84bf commit 5218a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ install_openssl(){
160160
wget -c https://www.openssl.org/source/openssl-${SSL_VERSION}.tar.gz
161161
tar xf openssl-${SSL_VERSION}.tar.gz
162162
cd openssl-${SSL_VERSION}
163-
./config no-ssl3 --prefix=$PREFIX_DIR -fPIC
163+
./config no-ssl3 --prefix=$PREFIX_DIR -fPIC --libdir=lib
164164
make depend
165165
make -s V=0
166166
make install

scripts/install_nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -z "$NVM_DIR" ]; then
1313
fi
1414

1515
nvm_latest_version() {
16-
echo "v0.27.1"
16+
echo "v0.37.2"
1717
}
1818

1919
#

0 commit comments

Comments
 (0)