Skip to content

tmp

tmp #413

Workflow file for this run

---
name: Ubuntu setup
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run install script
run: |
curl -fsSL https://raw.githubusercontent.com/ebkn/dotfiles/master/bin/init/ubuntu.sh | sh