Upgrading
To upgrade your components, use the same script provided for the installation process:
bash
curl -sSfL https://vue-ui.barbapapazes.dev/install.sh | bashNOTE
If the repository barbapapazes-sponsors/vue-ui is private, prepend bash with GITHUB_TOKEN=$(gh auth token) to authenticate and install the components.
WARNING
Always review scripts from the internet before executing them. Inspect the script to ensure its safety.
This process will completely overwrite your existing components, including any local changes. To preserve your modifications, consider using diffing tools such as `git diff` or the comparison features in your preferred IDE before proceeding.