1
0
Fork 0
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:
Raymond Li 2021-03-30 17:16:50 -04:00 committed by GitHub
parent 24e0799c77
commit 4c45ff17c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,12 +113,10 @@ cd i3lock-color
```
To build without installing, run:
```
chmod +x build.sh
./build.sh
```
To build AND install, run:
```
chmod +x install-i3lock-color.sh
./install-i3lock-color.sh
```
You may choose to modify the script based on your needs/OS/distro.