|
@@ -4,12 +4,11 @@ description: Download and configure Baseband Guard security module
|
|
|
runs:
|
|
runs:
|
|
|
using: composite
|
|
using: composite
|
|
|
steps:
|
|
steps:
|
|
|
- - name: Download Baseband Guard
|
|
|
|
|
|
|
+ - name: Install Baseband Guard
|
|
|
shell: bash
|
|
shell: bash
|
|
|
working-directory: ${{ github.workspace }}/kernel
|
|
working-directory: ${{ github.workspace }}/kernel
|
|
|
run: |
|
|
run: |
|
|
|
- cp -R "$GITHUB_WORKSPACE/Baseband-guard" ./
|
|
|
|
|
- ./Baseband-guard/setup.sh
|
|
|
|
|
|
|
+ wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
|
|
|
|
|
|
|
|
- name: Configure Baseband Guard
|
|
- name: Configure Baseband Guard
|
|
|
shell: bash
|
|
shell: bash
|