From ae210ae16f1737539423e8dfa49d0f871898caa5 Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Sun, 26 Apr 2026 19:12:24 +1000 Subject: [PATCH] Update Added opencloud to install script --- vargscript.ps1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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