Tooth/install.sh

9 lines
96 B
Bash
Executable File

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