This commit is contained in:
vinceliuice 2023-04-09 21:42:46 +08:00
parent 66640ee697
commit 1859a8bbc1
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ sudo ./install-gnome-backgrounds.sh
-h, --help Show help
```
### Install Normal Wallpappers
### Install Normal Wallpapers
```sh
./install-wallpapers.sh

View file

@ -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
;;