You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Improve repository detection for source installation
The previous check for bin directory would incorrectly match /bin when
running the script from /tmp/install.sh (via curl), causing the installer
to skip git clone and copy system binaries instead of Vesta binaries.
Changed the check to look for a Vesta-specific file (bin/v-add-user)
instead of just checking if a bin directory exists.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments