Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #286 from Sighi-04/patch-1
Browse files Browse the repository at this point in the history
Fixed dead package name for adobe reader installer
  • Loading branch information
ChrisTitusTech authored Apr 22, 2022
2 parents f2a6e2c + 7305524 commit fbd8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win10debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ $discord.Add_Click({
$adobereader.Add_Click({
Write-Host "Installing Adobe Reader DC"
$ResultText.text = "`r`n" +"`r`n" + "Installing Adobe Reader DC... Please Wait"
winget install -e Adobe.AdobeAcrobatReaderDC | Out-Host
winget install -e --id Adobe.Acrobat.Reader.64-bit | Out-Host
if($?) { Write-Host "Installed Adobe Reader DC" }
$ResultText.text = "`r`n" + "Finished Installing Adobe Reader DC" + "`r`n" + "`r`n" + "Ready for Next Task"
})
Expand Down

0 comments on commit fbd8032

Please sign in to comment.