Skip to content

Conversation

justice-adams-apple
Copy link
Contributor

Add an install option --install-system-deps or -i so that users can auto-install the system dependencies required to install a toolchain on the given platform. This should help the install experience for docker users

@justice-adams-apple
Copy link
Contributor Author

cc @cmcgee1024 @shahmishal

}
}

try Swiftly.currentPlatform.runProgram(postInstallScript.components(separatedBy: " "))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (blocking): Generally, the post install script will be just "apt-get" or "yum" without the "sudo" or top-level command that runs the script as root. I don't think this will work unless the user is already root.

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

Successfully merging this pull request may close these issues.

2 participants