i3lock-color/install-i3lock-color.sh

14 lines
360 B
Bash
Raw Normal View History

2020-05-10 19:13:17 +00:00
#!/bin/bash
2021-08-21 23:38:29 +00:00
LICENSE='/usr/share/licenses/i3lock-color/LICENSE'
2020-10-09 18:12:27 +00:00
2021-08-21 23:38:29 +00:00
./build.sh
cd build
2020-05-10 19:17:14 +00:00
sudo make install
2021-08-21 23:38:29 +00:00
sudo install -Dm644 ../LICENSE "$LICENSE"
2020-05-10 19:13:17 +00:00
2021-08-21 23:59:44 +00:00
echo "i3lock-color installed. The binary and manpage listing are \`i3lock'.
2021-08-21 23:38:29 +00:00
The license can be found at $LICENSE
GitHub repo: https://github.com/Raymo111/i3lock-color
Discord server: https://discord.gg/FzVPghyDt2"