mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-15 05:30:51 -05:00
6 lines
80 B
Bash
6 lines
80 B
Bash
#!/usr/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Build Shufflecake
|
|
cd qubes-sflc
|
|
./build.sh
|