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 -h, --help Show help
``` ```
### Install Normal Wallpappers ### Install Normal Wallpapers
```sh ```sh
./install-wallpapers.sh ./install-wallpapers.sh

View File

@ -107,7 +107,7 @@ while [[ $# -gt 0 ]]; do
break break
;; ;;
*) *)
echo "ERROR: Unrecognized color variant '$1'." echo "ERROR: Unrecognized theme variant '$1'."
echo "Try '$0 --help' for more information." echo "Try '$0 --help' for more information."
exit 1 exit 1
;; ;;