mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-04 13:19:37 +00:00
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git pull
|
|
git submodule update --init --recursive --checkout
|
|
git status
|