update
This commit is contained in:
parent
66640ee697
commit
1859a8bbc1
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ sudo ./install-gnome-backgrounds.sh
|
|||
-h, --help Show help
|
||||
```
|
||||
|
||||
### Install Normal Wallpappers
|
||||
### Install Normal Wallpapers
|
||||
|
||||
```sh
|
||||
./install-wallpapers.sh
|
||||
|
|
|
@ -107,7 +107,7 @@ while [[ $# -gt 0 ]]; do
|
|||
break
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: Unrecognized color variant '$1'."
|
||||
echo "ERROR: Unrecognized theme variant '$1'."
|
||||
echo "Try '$0 --help' for more information."
|
||||
exit 1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue