1 #!/bin/bash 2 3 LICENSE='/usr/share/licenses/i3lock-color/LICENSE' 4 5 ./build.sh 6 cd build 7 sudo make install 8 sudo install -Dm644 ../LICENSE "$LICENSE" 9 10 echo "i3lock-color installed. The binary and manpage listing are \`i3lock'. 11 The license can be found at $LICENSE 12 GitHub repo: https://github.com/Raymo111/i3lock-color 13 Discord server: https://discord.gg/FzVPghyDt2"
