mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
add debian auto install libsodium
This commit is contained in:
parent
59c0cd22b6
commit
345cf93391
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ else
|
|||
read -n1 -r -p "Press any key to continue..."
|
||||
if [[ "$OS" = 'debian' ]]; then
|
||||
apt-get update
|
||||
apt-get install openvpn iptables openssl ca-certificates -y
|
||||
apt-get install openvpn iptables openssl ca-certificates libsodium23 libsodium-dev -y
|
||||
else
|
||||
# Else, the distro is CentOS
|
||||
yum install epel-release -y
|
||||
|
|
Loading…
Add table
Reference in a new issue