Skip to content

Migrate work laptop to Regolith #36

Migrate work laptop to Regolith

Migrate work laptop to Regolith #36

Workflow file for this run

name: Test bootstrap install
on: push
jobs:
build:
runs-on: ubuntu-latest
container:
image: jrei/systemd-debian
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Add prerequisites
run: |
apt update
apt install -y sudo cron curl git
- name: Run bootstrap script
run: |
bash bootstrap.sh