diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:27:27 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:27:27 -0400 |
commit | f39a84524d77bcc2a83adfab01716c67cc7e983b (patch) | |
tree | 9436bdae482dbff2c35df17ff5423ce5bfbd8d64 | |
parent | e8876fb866c3d89c432dcd04634e9bd2ced18022 (diff) |
Update build config
-rw-r--r-- | .build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |