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