Actually include the files

This commit is contained in:
Chris Long
2019-05-11 01:42:35 -07:00
parent 4082b7a193
commit 6b40e372bd
9 changed files with 32 additions and 3 deletions

View File

@@ -38,3 +38,7 @@ if (-not (Test-Path $shutUp10RepoPath)) {
} else {
Write-Host "ShutUp10 was already installed. Moving On."
}
# Remove the Edge shortcut from the Desktop
$lnkPath = "c:\Users\vagrant\Desktop\Microsoft Edge.lnk"
if (Test-Path $lnkPath) { Remove-Item $lnkPath }

Binary file not shown.