mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
chmod shouldn't be needed
This commit is contained in:
parent
24e0799c77
commit
4c45ff17c3
1 changed files with 0 additions and 2 deletions
|
@ -113,12 +113,10 @@ cd i3lock-color
|
||||||
```
|
```
|
||||||
To build without installing, run:
|
To build without installing, run:
|
||||||
```
|
```
|
||||||
chmod +x build.sh
|
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
To build AND install, run:
|
To build AND install, run:
|
||||||
```
|
```
|
||||||
chmod +x install-i3lock-color.sh
|
|
||||||
./install-i3lock-color.sh
|
./install-i3lock-color.sh
|
||||||
```
|
```
|
||||||
You may choose to modify the script based on your needs/OS/distro.
|
You may choose to modify the script based on your needs/OS/distro.
|
||||||
|
|
Loading…
Reference in a new issue