From 5bc3c14f868e5daa2cc4a3ca07a645d93e8f7fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Fri, 9 Jan 2026 20:07:39 -0600 Subject: [PATCH] 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 --- bin/install_homebrew_casks | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install_homebrew_casks b/bin/install_homebrew_casks index cfc0a7f..a1075fa 100755 --- a/bin/install_homebrew_casks +++ b/bin/install_homebrew_casks @@ -19,7 +19,7 @@ brew install --cask element brew install --cask signal # Cloud & Sync -brew install --cask nextcloud +brew install --cask nextcloud-vfs brew install --cask proton-drive brew install --cask proton-mail brew install --cask protonvpn diff --git a/install.sh b/install.sh index 2262db4..0f0effe 100755 --- a/install.sh +++ b/install.sh @@ -134,7 +134,7 @@ CASKS=( "deepl" # DeepL translator "element" # Matrix client "signal" # Signal messenger - "nextcloud" # Nextcloud sync + "nextcloud-vfs" # Nextcloud sync (with virtual files support) "proton-drive" # Proton Drive "proton-mail" # Proton Mail "protonvpn" # Proton VPN