aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b9bb2a3..e9e6dce 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,7 +3,6 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- coreutils
- rsync
-- lowdown
- go
- hut
environment:
@@ -11,6 +10,11 @@ site: bt.srht.site
sources:
- https://git.sr.ht/~bt/btxx.org
tasks:
+- install-smu: |
+ git clone https://git.sr.ht/~bt/smu
+ cd smu
+ sudo make
+ sudo make install
- build: |
cd btxx.org
make build