File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ git clone https://github.com/jothi-prasath/SmallSur
43
43
cd SmallSur
44
44
```
45
45
``` bash
46
- sudo ./install-debian.sh
46
+ chmod +x install-debian.sh && sudo ./install-debian.sh
47
47
```
48
48
49
49
### For Arch/Manjaro
@@ -54,7 +54,7 @@ git clone https://github.com/jothi-prasath/SmallSur
54
54
cd SmallSur
55
55
```
56
56
``` bash
57
- sudo ./install-arch.sh
57
+ chmod +x install-arch.sh && sudo ./install-arch.sh
58
58
```
59
59
### For Fedora
60
60
``` bash
@@ -64,7 +64,7 @@ git clone https://github.com/jothi-prasath/SmallSur
64
64
cd SmallSur
65
65
```
66
66
``` bash
67
- sudo ./install-fedora.sh
67
+ chmod +x install-fedora.sh && sudo ./install-fedora.sh
68
68
```
69
69
Note: By default, the wallpapers are installed in the Pictures folder in your home directory.
70
70
@@ -101,4 +101,4 @@ Icon - https://github.com/vinceliuice/WhiteSur-icon-theme
101
101
102
102
Cursor - https://github.com/vinceliuice/WhiteSur-cursors
103
103
104
- Plank Theme - https://www.gnome-look.org/p/1399398/
104
+ Plank Theme - https://www.gnome-look.org/p/1399398/
You can’t perform that action at this time.
0 commit comments