Skip to content

Commit f8f2471

Browse files
Merge pull request #7 from 99702/patch-1
updated install command to add permission to execute
2 parents 0848018 + 360b625 commit f8f2471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git clone https://github.com/jothi-prasath/SmallSur
4343
cd SmallSur
4444
```
4545
```bash
46-
sudo ./install-debian.sh
46+
chmod +x install-debian.sh && sudo ./install-debian.sh
4747
```
4848

4949
### For Arch/Manjaro
@@ -54,7 +54,7 @@ git clone https://github.com/jothi-prasath/SmallSur
5454
cd SmallSur
5555
```
5656
```bash
57-
sudo ./install-arch.sh
57+
chmod +x install-arch.sh && sudo ./install-arch.sh
5858
```
5959
### For Fedora
6060
```bash
@@ -64,7 +64,7 @@ git clone https://github.com/jothi-prasath/SmallSur
6464
cd SmallSur
6565
```
6666
```bash
67-
sudo ./install-fedora.sh
67+
chmod +x install-fedora.sh && sudo ./install-fedora.sh
6868
```
6969
Note: By default, the wallpapers are installed in the Pictures folder in your home directory.
7070

@@ -101,4 +101,4 @@ Icon - https://github.com/vinceliuice/WhiteSur-icon-theme
101101

102102
Cursor - https://github.com/vinceliuice/WhiteSur-cursors
103103

104-
Plank Theme - https://www.gnome-look.org/p/1399398/
104+
Plank Theme - https://www.gnome-look.org/p/1399398/

0 commit comments

Comments
 (0)