Browse Source

demo_source

main
pvincent 2 weeks ago
parent
commit
3232959a55
  1. 1
      demo_source.sh

1
demo_source.sh

@ -9,6 +9,7 @@ function upgrade {
if sudo -E "$MIAOU_BASH_DIR"/bin/miaou-bash "$MIAOU_BASH_DIR"/none.sh 3>&1; then if sudo -E "$MIAOU_BASH_DIR"/bin/miaou-bash "$MIAOU_BASH_DIR"/none.sh 3>&1; then
: :
else else
>&2 echo -------------------------------------------------
>&2 echo "SORRY: installation process (version 0.0.0) has failed!" >&2 echo "SORRY: installation process (version 0.0.0) has failed!"
>&2 echo "Either retry later when a next version will come up" >&2 echo "Either retry later when a next version will come up"
>&2 echo "Or report the errorstack printed out above by sending an email to: contact@artcode.re" >&2 echo "Or report the errorstack printed out above by sending an email to: contact@artcode.re"

Loading…
Cancel
Save