install script needs to import secrets

This commit is contained in:
Kevin Woley
2020-02-08 20:30:41 -08:00
parent 12a7142511
commit 823a10885c

View File

@@ -1,4 +1,5 @@
. .\config.ps1
. .\secrets.ps1
# download restic
if(-not (Test-Path $ResticExe)) {