Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation script hosed for OpenBSD #422

Open
dgets opened this issue Aug 4, 2015 · 0 comments
Open

Installation script hosed for OpenBSD #422

dgets opened this issue Aug 4, 2015 · 0 comments

Comments

@dgets
Copy link

dgets commented Aug 4, 2015

Here's the output that I saw, after going in and adding the 's' to the 'http' in the repository source line that was annotated as missing:

# /usr/local/bin/bash ./gitflow-installer.sh  
### gitflow no-make installer ###
Installing git-flow to /usr/local/bin
Using existing repo: gitflow
Updating submodules
Submodule 'shFlags' (git://github.com/nvie/shFlags.git) registered for path 'shFlags'
Cloning into 'shFlags'...
remote: Counting objects: 454, done.
remote: Total 454 (delta 0), reused 0 (delta 0), pack-reused 454
Receiving objects: 100% (454/454), 130.91 KiB | 152.00 KiB/s, done.
Resolving deltas: 100% (337/337), done.
Checking connectivity... done.
Submodule path 'shFlags': checked out '2fb06af13de884e9680f14a00c82e52a67c867f1'
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
install: unknown option -- v
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]
               source ... target ...
# 

Notice primarily the need to run bash manually (it exists in /usr/local/bin/ on OpenBSD, not /bin/), and then, of course, the large amount of issues with the install command.

Just wanted to give you a heads up. Absolutely love git-flow. I'm just sad that I'm still not able to use it on my OpenBSD machine where I do a lot of development right now. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant