commit 2a54971cd8a0f24d80d8dcc1b18bad98db4c0cc2 parent adcea0770ba5a2e2d8d68131bb7b2e8cd419b5c6 Author: Raymond Li <hi@raymond.li> Date: Sat, 21 Aug 2021 19:38:29 -0400 Update install-i3lock-color.sh Diffstat:
| M | install-i3lock-color.sh | | | 11 | ++++++++--- |
1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/install-i3lock-color.sh b/install-i3lock-color.sh @@ -1,8 +1,13 @@ #!/bin/bash -./build.sh -cd build +LICENSE='/usr/share/licenses/i3lock-color/LICENSE' +./build.sh +cd build sudo make install +sudo install -Dm644 ../LICENSE "$LICENSE" -sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE" +echo "i3lock-color installed. The binary and manpage listing are `i3lock`. +The license can be found at $LICENSE +GitHub repo: https://github.com/Raymo111/i3lock-color +Discord server: https://discord.gg/FzVPghyDt2"
