Codebase list i3lock-color / a869665f-e8e2-4f39-8cd5-362f8411d2f3/main install-i3lock-color.sh
a869665f-e8e2-4f39-8cd5-362f8411d2f3/main

Tree @a869665f-e8e2-4f39-8cd5-362f8411d2f3/main (Download .tar.gz)

install-i3lock-color.sh @a869665f-e8e2-4f39-8cd5-362f8411d2f3/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"