From f3924a81a581cf9590391b0c1ad7e8921ab6939d Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 2 Dec 2020 21:45:12 -0600 Subject: [PATCH] boxy svg add error commands --- apps/Boxy SVG/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Boxy SVG/install b/apps/Boxy SVG/install index 6019c58..737076a 100755 --- a/apps/Boxy SVG/install +++ b/apps/Boxy SVG/install @@ -15,9 +15,9 @@ else error "You must have Chromium Browser installed to use the Boxy SVG Chrome App!" fi -git clone https://github.com/Botspot/Boxy-SVG-RPi +git clone https://github.com/Botspot/Boxy-SVG-RPi || error "Failed to clone repository!" cd Boxy-SVG-RPi -unzip ./boxysvgrpi.zip +unzip ./boxysvgrpi.zip || error "Failed to extract boxysvgrpi.zip!" if [ -f "$HOME/.config/chromium/Default/Preferences" ];then pref_file="$HOME/.config/chromium/Default/Preferences"