windows: avoid ~/.ssh error messages

pull/16/head
Sebastien Bourdeauducq 2019-04-18 23:40:25 +08:00
parent ba38143d9a
commit 95a2a5ad98
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation {
echo "Wait for Windows to boot"
sleep 10
export HOME=`mktemp -d`
${ssh "ver"}
for pkg in ${artiqPkg}/noarch/artiq*.tar.bz2 ; do
${scp "\\$pkg" "artiq.tar.bz2"}