This commit is contained in:
vinceliuice 2022-05-05 20:20:23 +08:00
parent fae8b5cf79
commit 6aa0d754d6

View file

@ -352,6 +352,10 @@ install_shelly() {
TARGET_DIR="${6}" TARGET_DIR="${6}"
fi fi
if [[ "${GNOME_VERSION}" == 'none' ]]; then
local GNOME_VERSION='42-0'
fi
mkdir -p "${TARGET_DIR}" mkdir -p "${TARGET_DIR}"
mkdir -p "${TARGET_DIR}/assets" mkdir -p "${TARGET_DIR}/assets"
cp -r "${THEME_SRC_DIR}/assets/gnome-shell/icons" "${TARGET_DIR}" cp -r "${THEME_SRC_DIR}/assets/gnome-shell/icons" "${TARGET_DIR}"