[jbosstools-issues] [JBoss JIRA] (JBDS-4174) Install Vagrant and Virtual box for macOS out of Apple DIsk Image

Denis Golovin (JIRA) issues at jboss.org
Fri Nov 11 13:56:00 EST 2016


    [ https://issues.jboss.org/browse/JBDS-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13321349#comment-13321349 ] 

Denis Golovin commented on JBDS-4174:
-------------------------------------

Mounting dmg file:
{code}hdiutil attach -mountpoint /Volumes/$\{unique-name\}  $\{path.to.dmg.file\}{code}

Run installer for package in mounted folder
{code}installer -pkg /Volumes/*\{unique-name\}/package.pkg -target /{code}

Then two commands above should be wrapped with 
{code}osascript  -e "do shell script \"$\{shell.script\}\" with administrator privileges"{code}

> Install Vagrant and Virtual box for macOS out of Apple DIsk Image
> -----------------------------------------------------------------
>
>                 Key: JBDS-4174
>                 URL: https://issues.jboss.org/browse/JBDS-4174
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: platform-installer
>    Affects Versions: 10.2.0.AM3
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 10.2.0.GA
>
>
> Installation can be done in two commands:
> 1. mounting dmg file as a folder 
> 2. running macOS installer with pkg file name for corresponding application
> To trigger privilege lifting both commands should be wrapped with osascript command that require administartive account.
> Consequences are there are going o be two requests for administrator credentials.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list