Codebase list i3lock-color / 5ee3577c-2dd8-44d5-8bfe-3c3d11eb6e3d/main install-i3lock-color.sh
5ee3577c-2dd8-44d5-8bfe-3c3d11eb6e3d/main

Tree @5ee3577c-2dd8-44d5-8bfe-3c3d11eb6e3d/main (Download .tar.gz)

install-i3lock-color.sh @5ee3577c-2dd8-44d5-8bfe-3c3d11eb6e3d/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"