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

Error: No such file or directory - /usr/bin/hdiutil #167

Open
p0123n opened this issue Jul 17, 2014 · 10 comments
Open

Error: No such file or directory - /usr/bin/hdiutil #167

p0123n opened this issue Jul 17, 2014 · 10 comments

Comments

@p0123n
Copy link

p0123n commented Jul 17, 2014

Hey!
Subj. error causes while executing brew cask install iterm2 command.
How can I fix it on ubuntu 14.04?

@rudle
Copy link
Collaborator

rudle commented Jul 17, 2014

ubuntu is not officially supported. maximum-awesome is designed only for OSX.

What's the output of which brew on your machine?

@robolson
Copy link
Collaborator

The amount of effort to make the Rakefile compatible with debian linux would be minimal then we could say maximum-awesome is not OSX only.

I know this is a prime, "pull requests welcome" moment.

@p0123n
Copy link
Author

p0123n commented Jul 18, 2014

which brew:
/home/p0123n/bin/brew

it installs linuxbrew

@rudle
Copy link
Collaborator

rudle commented Jul 21, 2014

ping @justaparth

@morenoh149
Copy link
Contributor

It would just require checking the os and selectively installing whatever we need right? Ubuntu could benefit a lot by auto installing chrome or whatever too. @nyteksf

@nyteksf
Copy link

nyteksf commented Aug 6, 2014

Sure. I'll take care of it tomorrow.

We will echo the choices to the console, and then provide a user
prompt for our case statement, just like so:

eg:
case expression in
pattern1 )
statements ;;
pattern2 )
statements ;;
...
esac

Where pattern1 downloads maximum-awesome-linux and pattern2 downloads
maximum-awesome-osx.

Here are the actual files themselves, respectively:
0) https://github.com/justaparth/maximum-awesome-linux

  1. https://github.com/square/maximum-awesome

Or did you have something else in mind?

On Wed, Aug 6, 2014 at 12:10 AM, Harry Moreno notifications@github.com
wrote:

It would just require checking the os and selectively installing whatever
we need right? Ubuntu could benefit a lot by auto installing chrome or
whatever too. @nyteksf https://github.com/nyteksf


Reply to this email directly or view it on GitHub
#167 (comment)
.

@nyteksf
Copy link

nyteksf commented Aug 6, 2014

Actually, brain is boiling... my bad. We'll just isolate the two into the
respective OSX and LINUX sections of the installer. It would be cool if we
could run it, echo the default or help file to console, and then provide an
-l flag for linux, and an -m flag for mac, to download either of them
respectively.

On Wed, Aug 6, 2014 at 1:02 AM, nytek email.nytek@gmail.com wrote:

Sure. I'll take care of it tomorrow.

We will echo the choices to the console, and then provide a user prompt for our case statement, just like so:

eg:
case expression in
pattern1 )
statements ;;
pattern2 )
statements ;;
...
esac

Where pattern1 downloads maximum-awesome-linux and pattern2 downloads maximum-awesome-osx.

Here are the actual files themselves, respectively:
0) https://github.com/justaparth/maximum-awesome-linux

  1. https://github.com/square/maximum-awesome

Or did you have something else in mind?

On Wed, Aug 6, 2014 at 12:10 AM, Harry Moreno notifications@github.com
wrote:

It would just require checking the os and selectively installing whatever
we need right? Ubuntu could benefit a lot by auto installing chrome or
whatever too. @nyteksf https://github.com/nyteksf


Reply to this email directly or view it on GitHub
#167 (comment)
.

@nyteksf
Copy link

nyteksf commented Aug 6, 2014

If that's even possible.

On Wed, Aug 6, 2014 at 1:04 AM, nytek email.nytek@gmail.com wrote:

Actually, brain is boiling... my bad. We'll just isolate the two into the
respective OSX and LINUX sections of the installer. It would be cool if we
could run it, echo the default or help file to console, and then provide an
-l flag for linux, and an -m flag for mac, to download either of them
respectively.

On Wed, Aug 6, 2014 at 1:02 AM, nytek email.nytek@gmail.com wrote:

Sure. I'll take care of it tomorrow.

We will echo the choices to the console, and then provide a user prompt for our case statement, just like so:

eg:
case expression in
pattern1 )
statements ;;
pattern2 )
statements ;;
...
esac

Where pattern1 downloads maximum-awesome-linux and pattern2 downloads maximum-awesome-osx.

Here are the actual files themselves, respectively:
0) https://github.com/justaparth/maximum-awesome-linux

  1. https://github.com/square/maximum-awesome

Or did you have something else in mind?

On Wed, Aug 6, 2014 at 12:10 AM, Harry Moreno notifications@github.com
wrote:

It would just require checking the os and selectively installing
whatever we need right? Ubuntu could benefit a lot by auto installing
chrome or whatever too. @nyteksf https://github.com/nyteksf


Reply to this email directly or view it on GitHub
#167 (comment)
.

@nyteksf
Copy link

nyteksf commented Aug 6, 2014

Too tired to pore over this right now. Feel free if you want to help out:

On Wed, Aug 6, 2014 at 1:04 AM, nytek email.nytek@gmail.com wrote:

If that's even possible.

On Wed, Aug 6, 2014 at 1:04 AM, nytek email.nytek@gmail.com wrote:

Actually, brain is boiling... my bad. We'll just isolate the two into the
respective OSX and LINUX sections of the installer. It would be cool if we
could run it, echo the default or help file to console, and then provide an
-l flag for linux, and an -m flag for mac, to download either of them
respectively.

On Wed, Aug 6, 2014 at 1:02 AM, nytek email.nytek@gmail.com wrote:

Sure. I'll take care of it tomorrow.

We will echo the choices to the console, and then provide a user prompt for our case statement, just like so:

eg:
case expression in
pattern1 )
statements ;;
pattern2 )
statements ;;
...
esac

Where pattern1 downloads maximum-awesome-linux and pattern2 downloads maximum-awesome-osx.

Here are the actual files themselves, respectively:
0) https://github.com/justaparth/maximum-awesome-linux

  1. https://github.com/square/maximum-awesome

Or did you have something else in mind?

On Wed, Aug 6, 2014 at 12:10 AM, Harry Moreno notifications@github.com
wrote:

It would just require checking the os and selectively installing
whatever we need right? Ubuntu could benefit a lot by auto installing
chrome or whatever too. @nyteksf https://github.com/nyteksf


Reply to this email directly or view it on GitHub
#167 (comment)
.

@nyteksf
Copy link

nyteksf commented Aug 6, 2014

http://archive09.linux.com/feature/118031

On Wed, Aug 6, 2014 at 1:08 AM, nytek email.nytek@gmail.com wrote:

Too tired to pore over this right now. Feel free if you want to help out:

On Wed, Aug 6, 2014 at 1:04 AM, nytek email.nytek@gmail.com wrote:

If that's even possible.

On Wed, Aug 6, 2014 at 1:04 AM, nytek email.nytek@gmail.com wrote:

Actually, brain is boiling... my bad. We'll just isolate the two into
the respective OSX and LINUX sections of the installer. It would be cool if
we could run it, echo the default or help file to console, and then provide
an -l flag for linux, and an -m flag for mac, to download either of them
respectively.

On Wed, Aug 6, 2014 at 1:02 AM, nytek email.nytek@gmail.com wrote:

Sure. I'll take care of it tomorrow.

We will echo the choices to the console, and then provide a user prompt for our case statement, just like so:

eg:
case expression in
pattern1 )
statements ;;
pattern2 )
statements ;;
...
esac

Where pattern1 downloads maximum-awesome-linux and pattern2 downloads maximum-awesome-osx.

Here are the actual files themselves, respectively:
0) https://github.com/justaparth/maximum-awesome-linux

  1. https://github.com/square/maximum-awesome

Or did you have something else in mind?

On Wed, Aug 6, 2014 at 12:10 AM, Harry Moreno <notifications@github.com

wrote:

It would just require checking the os and selectively installing
whatever we need right? Ubuntu could benefit a lot by auto installing
chrome or whatever too. @nyteksf https://github.com/nyteksf


Reply to this email directly or view it on GitHub
#167 (comment)
.

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

5 participants