fix symlinks

This commit is contained in:
Maxim Lobanov
2020-11-02 08:41:40 +03:00
parent 6ac87c213d
commit cfaa7acb54
3 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
# The script currently requires 2 external variables to be set: XCODE_INSTALL_USER
# and XCODE_INSTALL_PASSWORD, in order to access the Apple Developer Center
Write-Host "Script begin"
$ErrorActionPreference = "Stop"
Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"