mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-04 05:13:23 +00:00
8 lines
100 B
Bash
8 lines
100 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git pull
|
||
|
git submodule update --init --recursive --checkout
|
||
|
git status
|