mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Fix install script
This commit is contained in:
parent
9a1793de47
commit
59b8e8ed0a
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
./build.sh
|
||||
|
||||
cd build
|
||||
|
||||
sudo make install
|
||||
|
||||
sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE"
|
||||
|
|
Loading…
Reference in a new issue