Add support for Firefox theme for Snap, and add more debuging info
This commit is contained in:
parent
067f2d1255
commit
f7294f70d7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
fi; shift ;;
|
fi; shift ;;
|
||||||
-d|--dash-to-dock)
|
-d|--dash-to-dock)
|
||||||
if [[ "${GNOME_VERSION}" == 'new' ]]; then
|
if [[ "${GNOME_VERSION}" == 'new' ]]; then
|
||||||
prompt -e "'${1}' WARNING: There's no need to install on GNOME >= 40.0"
|
prompt -w "'${1}' WARNING: There's no need to install on GNOME >= 40.0"
|
||||||
dash_to_dock="false"
|
dash_to_dock="false"
|
||||||
elif [[ ! -d "${DASH_TO_DOCK_DIR_HOME}" && ! -d "${DASH_TO_DOCK_DIR_ROOT}" ]]; then
|
elif [[ ! -d "${DASH_TO_DOCK_DIR_HOME}" && ! -d "${DASH_TO_DOCK_DIR_ROOT}" ]]; then
|
||||||
prompt -e "'${1}' ERROR: There's no Dash to Dock installed in your system"
|
prompt -e "'${1}' ERROR: There's no Dash to Dock installed in your system"
|
||||||
|
|
Loading…
Reference in a new issue