Added hash check to setupTmp
Fixed issue with custom apps in choco
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# Setup users
|
||||
|
||||
|
||||
function SetupUsers {
|
||||
$username = "Eleve"
|
||||
if ($null -eq $(Get-LocalUser -Name $username -ErrorAction SilentlyContinue)) {
|
||||
|
||||
Reference in New Issue
Block a user