tootle-linux-client/install.sh

7 lines
81 B
Bash
Executable File

set -e
meson build
cd build
ninja
sudo ninja install
com.github.bleakgrey.tootle