Replace nextcloud with nextcloud-vfs for virtual files support

- Change from nextcloud to nextcloud-vfs cask to enable virtual file support
- Users will need to manually uninstall old nextcloud before installing

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Andreas Düren
2026-01-09 20:07:39 -06:00
parent 68e091708e
commit 5bc3c14f86
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ brew install --cask element
brew install --cask signal brew install --cask signal
# Cloud & Sync # Cloud & Sync
brew install --cask nextcloud brew install --cask nextcloud-vfs
brew install --cask proton-drive brew install --cask proton-drive
brew install --cask proton-mail brew install --cask proton-mail
brew install --cask protonvpn brew install --cask protonvpn

View File

@@ -134,7 +134,7 @@ CASKS=(
"deepl" # DeepL translator "deepl" # DeepL translator
"element" # Matrix client "element" # Matrix client
"signal" # Signal messenger "signal" # Signal messenger
"nextcloud" # Nextcloud sync "nextcloud-vfs" # Nextcloud sync (with virtual files support)
"proton-drive" # Proton Drive "proton-drive" # Proton Drive
"proton-mail" # Proton Mail "proton-mail" # Proton Mail
"protonvpn" # Proton VPN "protonvpn" # Proton VPN