Update
Added AliasVault
This commit is contained in:
@@ -227,6 +227,15 @@ function Install-Messenger {
|
|||||||
Remove-Item $tempPath -Force
|
Remove-Item $tempPath -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Install-Aliasvault {
|
||||||
|
Write-Host "Installing AliasVault" -ForegroundColor Yellow
|
||||||
|
$download = "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/vargscript/AliasVault.msi"
|
||||||
|
$tempPath = Join-Path $env:TEMP "AliasVault.msi"
|
||||||
|
Invoke-WebRequest $download -Out $tempPath
|
||||||
|
Start-Process 'msiexec.exe' -ArgumentList "/I `"$tempPath`" /qn" -Wait
|
||||||
|
Remove-Item $tempPath -Force
|
||||||
|
}
|
||||||
|
|
||||||
function Install-Mailspring {
|
function Install-Mailspring {
|
||||||
Write-Host "Installing MailSpring" -ForegroundColor Yellow
|
Write-Host "Installing MailSpring" -ForegroundColor Yellow
|
||||||
winget install Foundry376.Mailspring
|
winget install Foundry376.Mailspring
|
||||||
@@ -287,6 +296,7 @@ do {
|
|||||||
Install-Mealie
|
Install-Mealie
|
||||||
Install-Messages
|
Install-Messages
|
||||||
Install-Messenger
|
Install-Messenger
|
||||||
|
Install-Aliasvault
|
||||||
Pause
|
Pause
|
||||||
}
|
}
|
||||||
"2" {
|
"2" {
|
||||||
|
|||||||
Reference in New Issue
Block a user