i3lock-color/install-i3lock-color.sh

14 lines
360 B
Bash
Executable File

#!/bin/bash
LICENSE='/usr/share/licenses/i3lock-color/LICENSE'
./build.sh
cd build
sudo make install
sudo install -Dm644 ../LICENSE "$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"