Codebase list i3lock-color / c5ffc51b-2316-4e1b-96d0-6bd7ee0fe8ba/main install-i3lock-color.sh
c5ffc51b-2316-4e1b-96d0-6bd7ee0fe8ba/main

Tree @c5ffc51b-2316-4e1b-96d0-6bd7ee0fe8ba/main (Download .tar.gz)

install-i3lock-color.sh @c5ffc51b-2316-4e1b-96d0-6bd7ee0fe8ba/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"