mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
./build.sh
|
|
|
|
sudo make install
|
|
|
|
sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE"
|