From b58d092985e2307c9da07a5912cc8b88fdeccd54 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 19 Feb 2021 23:11:52 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 94a430a..0755924 100755 --- a/install.sh +++ b/install.sh @@ -869,7 +869,7 @@ fi # Install GDM theme if [[ "${gdm:-}" == 'true' && "${remove:-}" != 'true' && "$UID" -eq "$ROOT_UID" ]]; then - install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}" + install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}" "${icon}" fi # Remove themes