Add support for Firefox theme for Snap, and add more debuging info

This commit is contained in:
Muhammad Rivan 2021-05-31 17:24:43 +07:00
parent 067f2d1255
commit f7294f70d7
No known key found for this signature in database
GPG key ID: C56A200FD936FAAA

View file

@ -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"