mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-17 18:13:03 -05:00
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone https://github.com/soreau/wayland-logout.git
|
|
cd wayland-logout
|
|
|
|
echo "Build wayland-logout"
|
|
meson build --prefix $HOME/.local
|
|
ninja -C build install
|
|
|
|
cd ..
|