Fixed user local lib issue
This commit is contained in:
parent
165c0f40d5
commit
6e591fdfdc
|
|
@ -475,11 +475,12 @@ install_libsodium() {
|
|||
install_cleanup
|
||||
exit 1
|
||||
fi
|
||||
echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf
|
||||
ldconfig
|
||||
else
|
||||
echo -e "${green}Info:${plain} ${libsodium_file} already installed."
|
||||
fi
|
||||
|
||||
echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf
|
||||
ldconfig
|
||||
}
|
||||
|
||||
install_mbedtls() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user