Update
Added opencloud to install script
This commit is contained in:
+6
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user