From 9f978a671ec357c44f16422bf4302d741f306f9b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 May 2024 20:35:22 -0700 Subject: [PATCH] Vencord for Discord install funtion --- pwsh/Microsoft.PowerShell_profile.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 630404c..e4a3e82 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -225,8 +225,8 @@ Set-Alias -Name btop4win -Value btop # Vencord Installer function vencord-install { Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe' -OutFile VencordInstallerCli.exe -./VencordInstallerClie.exe -Remove-Item VencordInstallerClie.exe +./VencordInstallerCli.exe +Remove-Item VencordInstallerCli.exe } # Enhanced PowerShell Experience