Tooth/install.sh
Evangelos Paterakis 5ffed3ec5f
chore: rebrand
2022-11-13 22:57:43 +02:00

9 lines
96 B
Bash
Executable file

#! /bin/sh
set -e
meson build --prefix=/usr
cd build
ninja
sudo ninja install
dev.geopjr.tooth