Codebase list i3lock-color / 76fbed26-cc7e-407f-9880-6e9393e26714/upstream install-i3lock-color.sh
76fbed26-cc7e-407f-9880-6e9393e26714/upstream

Tree @76fbed26-cc7e-407f-9880-6e9393e26714/upstream (Download .tar.gz)

install-i3lock-color.sh @76fbed26-cc7e-407f-9880-6e9393e26714/upstreamraw · 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"