From 6aa0d754d6a2c7fc2995d7be61e1b20bfd1ee5ae Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 5 May 2022 20:20:23 +0800 Subject: [PATCH] Fixed #608 --- lib-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib-install.sh b/lib-install.sh index edcc4fb8..f0efc834 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -352,6 +352,10 @@ install_shelly() { TARGET_DIR="${6}" fi + if [[ "${GNOME_VERSION}" == 'none' ]]; then + local GNOME_VERSION='42-0' + fi + mkdir -p "${TARGET_DIR}" mkdir -p "${TARGET_DIR}/assets" cp -r "${THEME_SRC_DIR}/assets/gnome-shell/icons" "${TARGET_DIR}"