1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00
i3lock-color/install-i3lock-color.sh

9 lines
127 B
Bash
Raw Normal View History

2020-05-10 15:13:17 -04:00
#!/bin/bash
2020-08-04 17:23:28 -04:00
./build.sh
2020-05-10 15:13:17 -04:00
2020-10-09 14:12:27 -04:00
cd build
2020-05-10 15:17:14 -04:00
sudo make install
2020-05-10 15:13:17 -04:00
2020-05-10 15:33:28 -04:00
sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE"