dotfiles/de/home/.config/smm2/blueprints/gtkgreet/install.sh
2024-04-09 01:10:46 -06:00

9 lines
153 B
Bash
Executable file

#!/bin/bash
git clone https://git.sr.ht/~kennylevinsen/gtkgreet
cd gtkgreet
meson build
ninja -C build
sudo mv build/gtkgreet/gtkgreet /usr/local/bin