Update install.sh
This commit is contained in:
parent
53a378d86d
commit
b58d092985
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ fi
|
||||||
|
|
||||||
# Install GDM theme
|
# Install GDM theme
|
||||||
if [[ "${gdm:-}" == 'true' && "${remove:-}" != 'true' && "$UID" -eq "$ROOT_UID" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
# Remove themes
|
# Remove themes
|
||||||
|
|
Loading…
Reference in a new issue