remotemobprogramming / mob

Tool for smooth git handover.
https://mob.sh
MIT License
1.66k stars 149 forks source link

Test if installation is successful fails #452

Closed dlbbld closed 2 weeks ago

dlbbld commented 2 weeks ago

The "How to install" states:

# works for macOS, linux, and even on windows in git bash
curl -sL install.mob.sh | sh

The installation on windows in git bash seems to be successful, but the test reports the contrary:

$ curl -sL install.mob.sh | sh
installing latest 'mob' release from GitHub to C:/Users/johndoe/bin...
Mob binary location: /c/Users/johndoe/bin/mob
Mob binary version: v5.3.1
(!) The installation location doesn't match the location of the mob binary.
    This means that the binary that's used is not the binary that has just been installed
    You probably want to delete the binary at /c/Users/johndoe/bin/mob

It states the installation was not successful (but should report success as it seems):

    This means that the binary that's used is not the binary that has just been installed
$ mob --version
v5.3.1
dlbbld commented 1 week ago

Thanks for addressing this, the installation check works now.