Skip to content

Commit 9181078

Browse files
committed
Update logo
1 parent 36d8d23 commit 9181078

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

29.4 KB
Loading
15.9 KB
Loading

prepare-vms/azure/packer/provision.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ Write-Output '* Cloning the workshop repo'
119119
mkdir C:\scm -ErrorAction Ignore
120120
cd C:\scm
121121
git clone https://github.com/sixeyed/dak4.net.git
122-
git checkout $branch
123-
$branch | Out-File C:\branch.txt
122+
'master' | Out-File C:\branch.txt
124123

125124
Write-Output 'Disable autologon'
126125
New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name AutoAdminLogon -PropertyType DWORD -Value "0" -Force
48.9 KB
Loading

0 commit comments

Comments
 (0)