This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/wayland-logout.sh

11 lines
177 B
Bash
Raw Normal View History

#!/bin/sh
2021-02-13 17:28:59 +01:00
git clone https://github.com/soreau/wayland-logout.git
cd wayland-logout
2021-02-13 17:28:59 +01:00
echo "Build wayland-logout"
meson build --prefix $HOME/.local
ninja -C build install
2021-02-13 17:28:59 +01:00
cd ..