9 lines
153 B
Bash
Executable file
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
|