mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Add call to confUnattendedUpgrades function
This commit is contained in:
parent
bf81405d6c
commit
6f7d8092d5
1 changed files with 1 additions and 0 deletions
|
@ -784,6 +784,7 @@ confOVPN() {
|
||||||
installPiVPN() {
|
installPiVPN() {
|
||||||
checkForDependencies
|
checkForDependencies
|
||||||
stopServices
|
stopServices
|
||||||
|
confUnattendedUpgrades
|
||||||
$SUDO mkdir -p /etc/pivpn/
|
$SUDO mkdir -p /etc/pivpn/
|
||||||
getGitFiles
|
getGitFiles
|
||||||
installScripts
|
installScripts
|
||||||
|
|
Loading…
Reference in a new issue