mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-14 05:10:38 -05:00
8 lines
149 B
Bash
Executable file
8 lines
149 B
Bash
Executable file
#!/usr/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Build Shufflecake
|
|
echo "[INFO]: Building qubes-sflc..."
|
|
cd qubes-sflc
|
|
./build.sh
|
|
echo "[INFO]: Build complete."
|