diff --git a/vargscript.ps1 b/vargscript.ps1 index 3758090..f4e85ac 100644 --- a/vargscript.ps1 +++ b/vargscript.ps1 @@ -47,6 +47,11 @@ function Install-NextCloud { winget install Nextcloud.NextcloudDesktop } +function Install-Opencloud { + Write-Host "Installing Opencloud" -ForegroundColor Yellow + winget install 9PBX43HCMLDQ +} + function Install-SteamLink { Write-Host "Installing Steamlink" -ForegroundColor Yellow winget install Valve.SteamLink @@ -255,7 +260,7 @@ do { Config-Zen Install-FlowLauncher Config-FlowLauncher - Install-NextCloud + Install-Opencloud Install-SteamLink Install-Clink Install-Starship