boxy svg add error commands

pull/129/head
Botspot 5 years ago
parent 7ddcf3ed5d
commit f3924a81a5

@ -15,9 +15,9 @@ else
error "You must have Chromium Browser installed to use the Boxy SVG Chrome App!" error "You must have Chromium Browser installed to use the Boxy SVG Chrome App!"
fi 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 cd Boxy-SVG-RPi
unzip ./boxysvgrpi.zip unzip ./boxysvgrpi.zip || error "Failed to extract boxysvgrpi.zip!"
if [ -f "$HOME/.config/chromium/Default/Preferences" ];then if [ -f "$HOME/.config/chromium/Default/Preferences" ];then
pref_file="$HOME/.config/chromium/Default/Preferences" pref_file="$HOME/.config/chromium/Default/Preferences"

Loading…
Cancel
Save