diff --git a/install.sh b/install.sh index a5ad9f82..e11bc0a2 100755 --- a/install.sh +++ b/install.sh @@ -243,4 +243,15 @@ case "$XDG_CURRENT_DESKTOP" in echo "${RED}Error loading Dconf settings.${NC}" fi ;; +*) + echo + echo + echo "${RED}!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!${NC}" + echo + echo "${CYAN}Dconf settings and GNOME extensions can only be installed after restarting." + echo "${CYAN}Please run the script again from within GNOME (with the reload option).${NC}" + echo + echo "${RED}!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!${NC}" + echo + ;; esac