Codebase list i3lock-color / 0dc3de30-4644-4e8c-bf08-649692cb5c3c/main install-i3lock-color.sh
0dc3de30-4644-4e8c-bf08-649692cb5c3c/main

Tree @0dc3de30-4644-4e8c-bf08-649692cb5c3c/main (Download .tar.gz)

install-i3lock-color.sh @0dc3de30-4644-4e8c-bf08-649692cb5c3c/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash
./build.sh

cd build

sudo make install

sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE"