mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
74dfccef21
commit
9fe727a599
@ -26,6 +26,7 @@ MY_HOME=$(getent passwd "${MY_USERNAME}" | cut -d: -f6)
|
|||||||
|
|
||||||
if command -v gnome-shell &> /dev/null; then
|
if command -v gnome-shell &> /dev/null; then
|
||||||
SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)"
|
SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)"
|
||||||
|
LAST_VERSION="46-0"
|
||||||
if [[ "${SHELL_VERSION:-}" -ge "46" ]]; then
|
if [[ "${SHELL_VERSION:-}" -ge "46" ]]; then
|
||||||
GNOME_VERSION="46-0"
|
GNOME_VERSION="46-0"
|
||||||
elif [[ "${SHELL_VERSION:-}" -ge "44" ]]; then
|
elif [[ "${SHELL_VERSION:-}" -ge "44" ]]; then
|
||||||
|
@ -382,7 +382,7 @@ install_shelly() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${GNOME_VERSION}" == 'none' ]]; then
|
if [[ "${GNOME_VERSION}" == 'none' ]]; then
|
||||||
local GNOME_VERSION='44-0'
|
local GNOME_VERSION="${LAST_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "${TARGET_DIR}"
|
mkdir -p "${TARGET_DIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user