Added opencloud to install script
This commit is contained in:
2026-04-26 19:12:24 +10:00
parent e09031bfd3
commit ae210ae16f
+6 -1
View File
@@ -47,6 +47,11 @@ function Install-NextCloud {
winget install Nextcloud.NextcloudDesktop winget install Nextcloud.NextcloudDesktop
} }
function Install-Opencloud {
Write-Host "Installing Opencloud" -ForegroundColor Yellow
winget install 9PBX43HCMLDQ
}
function Install-SteamLink { function Install-SteamLink {
Write-Host "Installing Steamlink" -ForegroundColor Yellow Write-Host "Installing Steamlink" -ForegroundColor Yellow
winget install Valve.SteamLink winget install Valve.SteamLink
@@ -255,7 +260,7 @@ do {
Config-Zen Config-Zen
Install-FlowLauncher Install-FlowLauncher
Config-FlowLauncher Config-FlowLauncher
Install-NextCloud Install-Opencloud
Install-SteamLink Install-SteamLink
Install-Clink Install-Clink
Install-Starship Install-Starship