From ff8004944bfd50f9a0d698286fe58c6d5a1e3533 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sun, 3 May 2020 18:51:22 +0200 Subject: [PATCH] Added more error messages --- scripts/client/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/client/setup.sh b/scripts/client/setup.sh index 93ccc5c..1d65ef9 100644 --- a/scripts/client/setup.sh +++ b/scripts/client/setup.sh @@ -117,7 +117,7 @@ if [ "$DESKTOP_SESSION" == "gnome" ]; then 'gimp.desktop', 'blender.desktop', 'rhythmbox.desktop', - 'org.gnome.Screenshot.desktop']" + 'org.gnome.Screenshot.desktop']" || error "Setting up icons failed" info "Install GNOME extensions..." info "Install \"NASA picture of the day\"..." git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh" @@ -132,5 +132,5 @@ if [ "$DESKTOP_SESSION" == "gnome" ]; then gnome-extensions disable dash-to-dock@micxgx.gmail.com fi info "Removing all software from user startup..." -rm ~/.config/autostart/* +rm ~/.config/autostart/* || error "Removing startup software failed." info "More software recomendations you will find here: https://wiki.archlinux.org/index.php/list_of_applications"