Skip to content

More verbose output for the install script, 1.0.9 #10

More verbose output for the install script, 1.0.9

More verbose output for the install script, 1.0.9 #10

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
release-osx:
name: macOS Homebrew
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run installer
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/digitoimistodude/macos-lemp-setup/master/install.sh)"