/install_homebrew_on_ubuntu

This repository have linuxbrew setup script ( setup.sh ) and test environment ( Dockerfile / docker-compose.yml )

Primary LanguageShellMIT LicenseMIT

Homebrew install script on Ubuntu

Docker Pulls Docker Cloud Automated build

dockeri.co

Description

This repository have Homebrew install script on Ubuntu ( install_homebrew_on_ubuntu.sh ) and test environment ( Dockerfile )

I hope that you can refer to it when setting up Homerew in Linux environment (Ubuntu).

Requirements

  • Docker

Usage

Launch

# Build
$ docker build -t genzouw/install_homebrew_on_ubuntu .

# Run
$ docker run -it genzouw/install_homebrew_on_ubuntu

And you can use brew.

# Install sl command
$ brew install sl

# Execute sl command
$ sl

License

This software is released under the MIT License, see LICENSE.

Author Information

genzouw