From 823a10885c4aec66a736ac273281ede247105db3 Mon Sep 17 00:00:00 2001 From: Kevin Woley Date: Sat, 8 Feb 2020 20:30:41 -0800 Subject: [PATCH] install script needs to import secrets --- install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install.ps1 b/install.ps1 index 05c97ca..53ddff4 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,5 @@ . .\config.ps1 +. .\secrets.ps1 # download restic if(-not (Test-Path $ResticExe)) {