1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-12 02:20:10 -06:00

10 lines
120 B
Bash
Raw Normal View History

2024-03-05 16:42:40 +08:00
#!/bin/sh
set -e
set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/MerryMage/ext-boost
cd ..